#965A07

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

Shades of Golden Brown #965A07

Tints of Golden Brown #965A07

Color information

#965A07 (or 0x965A07) is unknown color: approx Golden Brown. HEX triplet: 96, 5A and 07. RGB value is (150,90,7). Sum of RGB (Red+Green+Blue) = 150+90+7=247 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.73% from 247); Green value is 90 (35.55% from 255 or 36.44% from 247); Blue value is 7 (3.12% from 255 or 2.83% from 247); Max value from RGB is 150 - color contains mainly: red. Hex color #965A07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965A07 is #69A5F8. Grayscale: #626262. Windows color (decimal): -6923769 or 481942. OLE color: 481942.

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

Color convert

RGB150907-
CMYK00.40.950.41
HSL34.83º91.08%30.78%-
HSV(B)34.83º95.33%58.82%-
XYZ16.2713.812.01-
YUV98.4876.38164.75-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 60.73%
GREEN value IS 90 (35.55% from 255) = 36.44%
BLUE value IS 7 (3.12% from 255) = 2.83%
R=60.73%
G=36.44%
B=2.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.95
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15090700.40.950.4134.8391.0830.78
Hex965A70285F29235b1f
Octal2261327050137514313337
Binary10010110101101011101010001011111101001100011101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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