#966807

Color #966807 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #966807

Tints of Golden Brown #966807

Color information

#966807 (or 0x966807) is unknown color: approx Golden Brown. HEX triplet: 96, 68 and 07. RGB value is (150,104,7). Sum of RGB (Red+Green+Blue) = 150+104+7=261 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.47% from 261); Green value is 104 (41.02% from 255 or 39.85% from 261); Blue value is 7 (3.12% from 255 or 2.68% from 261); Max value from RGB is 150 - color contains mainly: red. Hex color #966807 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966807 is #6997F8. Grayscale: #6B6B6B. Windows color (decimal): -6920185 or 485526. OLE color: 485526.

HSL color Cylindrical-coordinate representation of color #966807: hue angle of 40.7º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #966807 is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.41.

Color convert

RGB1501047-
CMYK00.310.950.41
HSL40.7º91.08%30.78%-
HSV(B)40.7º95.33%58.82%-
XYZ17.5716.42.44-
YUV106.771.74158.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 150 (58.98% from 255) = 57.47%
GREEN value IS 104 (41.02% from 255) = 39.85%
BLUE value IS 7 (3.12% from 255) = 2.68%
R=57.47%
G=39.85%
B=2.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.95
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150104700.310.950.4140.791.0830.78
Hex9668701F5F29295b1f
Octal2261507037137515113337
Binary1001011011010001110111111011111101001101001101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966807; }

 p { color: rgb(150,104,7); }

 H1.HeaderClassName
 {
   color: #966807;
 }
 .AnyTagClassName
 {
   color: #966807;
 }
</style>
background-color css

<style>
 a { background-color: #966807; }

 a { background-color: rgb(150,104,7); }

 div.DivClassName
 {
   background-color: #966807;
 }
 .BgClassName
 {
   background-color: #966807;
 }
</style>
border-color css

<style>
 span { border-color: #966807; }

 span { border-color: rgb(150,104,7); }

 td.TdClassName
 {
   border-color: #966807;
 }
 .TagClassName
 {
   border-color: #966807;
 }
</style>