#967406

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

Shades of Golden Brown #967406

Tints of Golden Brown #967406

Color information

#967406 (or 0x967406) is unknown color: approx Golden Brown. HEX triplet: 96, 74 and 06. RGB value is (150,116,6). Sum of RGB (Red+Green+Blue) = 150+116+6=272 (36% of max value = 765). Red value is 150 (58.98% from 255 or 55.15% from 272); Green value is 116 (45.70% from 255 or 42.65% from 272); Blue value is 6 (2.73% from 255 or 2.21% from 272); Max value from RGB is 150 - color contains mainly: red. Hex color #967406 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967406 is #698BF9. Grayscale: #727272. Windows color (decimal): -6917114 or 423062. OLE color: 423062.

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

Color convert

RGB1501166-
CMYK00.230.960.41
HSL45.83º92.31%30.59%-
HSV(B)45.83º96%58.82%-
XYZ18.8618.992.84-
YUV113.6367.26153.94-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 55.15%
GREEN value IS 116 (45.70% from 255) = 42.65%
BLUE value IS 6 (2.73% from 255) = 2.21%
R=55.15%
G=42.65%
B=2.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.96
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150116600.230.960.4145.8392.3130.59
Hex9674601760292e5c1f
Octal2261646027140515613437
Binary1001011011101001100101111100000101001101110101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967406; }

 p { color: rgb(150,116,6); }

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

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

 a { background-color: rgb(150,116,6); }

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

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

 span { border-color: rgb(150,116,6); }

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