#967216

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

Shades of Golden Brown #967216

Tints of Golden Brown #967216

Color information

#967216 (or 0x967216) is unknown color: approx Golden Brown. HEX triplet: 96, 72 and 16. RGB value is (150,114,22). Sum of RGB (Red+Green+Blue) = 150+114+22=286 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.45% from 286); Green value is 114 (44.92% from 255 or 39.86% from 286); Blue value is 22 (8.98% from 255 or 7.69% from 286); Max value from RGB is 150 - color contains mainly: red. Hex color #967216 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967216 is #698DE9. Grayscale: #727272. Windows color (decimal): -6917610 or 1471126. OLE color: 1471126.

HSL color Cylindrical-coordinate representation of color #967216: hue angle of 43.12º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #967216 is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.41.

Color convert

RGB15011422-
CMYK00.240.850.41
HSL43.12º74.42%33.73%-
HSV(B)43.12º85.33%58.82%-
XYZ18.7418.583.36-
YUV114.2875.93153.48-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.45%
GREEN value IS 114 (44.92% from 255) = 39.86%
BLUE value IS 22 (8.98% from 255) = 7.69%
R=52.45%
G=39.86%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.85
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501142200.240.850.4143.1274.4233.73
Hex96721601855292b4a22
Octal22616226030125515311242
Binary1001011011100101011001100010101011010011010111001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967216; }

 p { color: rgb(150,114,22); }

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

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

 a { background-color: rgb(150,114,22); }

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

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

 span { border-color: rgb(150,114,22); }

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