#965C19

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

Shades of Golden Brown #965C19

Tints of Golden Brown #965C19

Color information

#965C19 (or 0x965C19) is unknown color: approx Golden Brown. HEX triplet: 96, 5C and 19. RGB value is (150,92,25). Sum of RGB (Red+Green+Blue) = 150+92+25=267 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.18% from 267); Green value is 92 (36.33% from 255 or 34.46% from 267); Blue value is 25 (10.16% from 255 or 9.36% from 267); Max value from RGB is 150 - color contains mainly: red. Hex color #965C19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965C19 is #69A3E6. Grayscale: #666666. Windows color (decimal): -6923239 or 1662102. OLE color: 1662102.

HSL color Cylindrical-coordinate representation of color #965C19: hue angle of 32.16º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #965C19 is Cyan = 0, Magento = 0.39, Yellow = 0.83 and Black (K on CMYK) = 0.41.

Color convert

RGB1509225-
CMYK00.390.830.41
HSL32.16º71.43%34.31%-
HSV(B)32.16º83.33%58.82%-
XYZ16.5814.212.79-
YUV101.784.72162.45-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 56.18%
GREEN value IS 92 (36.33% from 255) = 34.46%
BLUE value IS 25 (10.16% from 255) = 9.36%
R=56.18%
G=34.46%
B=9.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.83
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150922500.390.830.4132.1671.4334.31
Hex965C190275329204722
Octal22613431047123514010742
Binary10010110101110011001010011110100111010011000001000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,92,25); }

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

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

 a { background-color: rgb(150,92,25); }

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

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

 span { border-color: rgb(150,92,25); }

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