#967505

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

Shades of Golden Brown #967505

Tints of Golden Brown #967505

Color information

#967505 (or 0x967505) is unknown color: approx Golden Brown. HEX triplet: 96, 75 and 05. RGB value is (150,117,5). Sum of RGB (Red+Green+Blue) = 150+117+5=272 (36% of max value = 765). Red value is 150 (58.98% from 255 or 55.15% from 272); Green value is 117 (46.09% from 255 or 43.01% from 272); Blue value is 5 (2.34% from 255 or 1.84% from 272); Max value from RGB is 150 - color contains mainly: red. Hex color #967505 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967505 is #698AFA. Grayscale: #727272. Windows color (decimal): -6916859 or 357782. OLE color: 357782.

HSL color Cylindrical-coordinate representation of color #967505: hue angle of 46.34º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #967505 is Cyan = 0, Magento = 0.22, Yellow = 0.97 and Black (K on CMYK) = 0.41.

Color convert

RGB1501175-
CMYK00.220.970.41
HSL46.34º93.55%30.39%-
HSV(B)46.34º96.67%58.82%-
XYZ18.9719.222.85-
YUV114.166.43153.61-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 55.15%
GREEN value IS 117 (46.09% from 255) = 43.01%
BLUE value IS 5 (2.34% from 255) = 1.84%
R=55.15%
G=43.01%
B=1.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.97
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150117500.220.970.4146.3493.5530.39
Hex9675501661292e5e1e
Octal2261655026141515613636
Binary1001011011101011010101101100001101001101110101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967505; }

 p { color: rgb(150,117,5); }

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

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

 a { background-color: rgb(150,117,5); }

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

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

 span { border-color: rgb(150,117,5); }

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