#965F07

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

Shades of Golden Brown #965F07

Tints of Golden Brown #965F07

Color information

#965F07 (or 0x965F07) is unknown color: approx Golden Brown. HEX triplet: 96, 5F and 07. RGB value is (150,95,7). Sum of RGB (Red+Green+Blue) = 150+95+7=252 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.52% from 252); Green value is 95 (37.5% from 255 or 37.70% from 252); Blue value is 7 (3.12% from 255 or 2.78% from 252); Max value from RGB is 150 - color contains mainly: red. Hex color #965F07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965F07 is #69A0F8. Grayscale: #656565. Windows color (decimal): -6922489 or 483222. OLE color: 483222.

HSL color Cylindrical-coordinate representation of color #965F07: hue angle of 36.92º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #965F07 is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.41.

Color convert

RGB150957-
CMYK00.370.950.41
HSL36.92º91.08%30.78%-
HSV(B)36.92º95.33%58.82%-
XYZ16.7114.682.15-
YUV101.4174.72162.66-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 59.52%
GREEN value IS 95 (37.5% from 255) = 37.70%
BLUE value IS 7 (3.12% from 255) = 2.78%
R=59.52%
G=37.70%
B=2.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.95
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15095700.370.950.4136.9291.0830.78
Hex965F70255F29255b1f
Octal2261377045137514513337
Binary10010110101111111101001011011111101001100101101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965F07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,95,7); }

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

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

 a { background-color: rgb(150,95,7); }

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

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

 span { border-color: rgb(150,95,7); }

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