#965C13

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

Shades of Golden Brown #965C13

Tints of Golden Brown #965C13

Color information

#965C13 (or 0x965C13) is unknown color: approx Golden Brown. HEX triplet: 96, 5C and 13. RGB value is (150,92,19). Sum of RGB (Red+Green+Blue) = 150+92+19=261 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.47% from 261); Green value is 92 (36.33% from 255 or 35.25% from 261); Blue value is 19 (7.81% from 255 or 7.28% from 261); Max value from RGB is 150 - color contains mainly: red. Hex color #965C13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965C13 is #69A3EC. Grayscale: #656565. Windows color (decimal): -6923245 or 1268886. OLE color: 1268886.

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

Color convert

RGB1509219-
CMYK00.390.870.41
HSL33.44º77.51%33.14%-
HSV(B)33.44º87.33%58.82%-
XYZ16.5214.192.48-
YUV101.0281.72162.94-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 57.47%
GREEN value IS 92 (36.33% from 255) = 35.25%
BLUE value IS 19 (7.81% from 255) = 7.28%
R=57.47%
G=35.25%
B=7.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.87
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150921900.390.870.4133.4477.5133.14
Hex965C130275729214e21
Octal22613423047127514111641
Binary10010110101110010011010011110101111010011000011001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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