#965B13

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

Shades of Golden Brown #965B13

Tints of Golden Brown #965B13

Color information

#965B13 (or 0x965B13) is unknown color: approx Golden Brown. HEX triplet: 96, 5B and 13. RGB value is (150,91,19). Sum of RGB (Red+Green+Blue) = 150+91+19=260 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.69% from 260); Green value is 91 (35.94% from 255 or 35% from 260); Blue value is 19 (7.81% from 255 or 7.31% from 260); Max value from RGB is 150 - color contains mainly: red. Hex color #965B13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965B13 is #69A4EC. Grayscale: #646464. Windows color (decimal): -6923501 or 1268630. OLE color: 1268630.

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

Color convert

RGB1509119-
CMYK00.390.870.41
HSL32.98º77.51%33.14%-
HSV(B)32.98º87.33%58.82%-
XYZ16.4414.012.45-
YUV100.4382.05163.35-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 57.69%
GREEN value IS 91 (35.94% from 255) = 35%
BLUE value IS 19 (7.81% from 255) = 7.31%
R=57.69%
G=35%
B=7.31%

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
Decimal150911900.390.870.4132.9877.5133.14
Hex965B130275729214e21
Octal22613323047127514111641
Binary10010110101101110011010011110101111010011000011001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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