#965A06

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

Shades of Golden Brown #965A06

Tints of Golden Brown #965A06

Color information

#965A06 (or 0x965A06) is unknown color: approx Golden Brown. HEX triplet: 96, 5A and 06. RGB value is (150,90,6). Sum of RGB (Red+Green+Blue) = 150+90+6=246 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.98% from 246); Green value is 90 (35.55% from 255 or 36.59% from 246); Blue value is 6 (2.73% from 255 or 2.44% from 246); Max value from RGB is 150 - color contains mainly: red. Hex color #965A06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965A06 is #69A5F9. Grayscale: #626262. Windows color (decimal): -6923770 or 416406. OLE color: 416406.

HSL color Cylindrical-coordinate representation of color #965A06: hue angle of 35º 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 #965A06 is Cyan = 0, Magento = 0.4, Yellow = 0.96 and Black (K on CMYK) = 0.41.

Color convert

RGB150906-
CMYK00.40.960.41
HSL35º92.31%30.59%-
HSV(B)35º96%58.82%-
XYZ16.2713.811.98-
YUV98.3675.88164.83-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 60.98%
GREEN value IS 90 (35.55% from 255) = 36.59%
BLUE value IS 6 (2.73% from 255) = 2.44%
R=60.98%
G=36.59%
B=2.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.96
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15090600.40.960.413592.3130.59
Hex965A60286029235c1f
Octal2261326050140514313437
Binary10010110101101011001010001100000101001100011101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965A06; }

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

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

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

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

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

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

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

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