#967318

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

Shades of Golden Brown #967318

Tints of Golden Brown #967318

Color information

#967318 (or 0x967318) is unknown color: approx Golden Brown. HEX triplet: 96, 73 and 18. RGB value is (150,115,24). Sum of RGB (Red+Green+Blue) = 150+115+24=289 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.90% from 289); Green value is 115 (45.31% from 255 or 39.79% from 289); Blue value is 24 (9.77% from 255 or 8.30% from 289); Max value from RGB is 150 - color contains mainly: red. Hex color #967318 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967318 is #698CE7. Grayscale: #737373. Windows color (decimal): -6917352 or 1602454. OLE color: 1602454.

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

Color convert

RGB15011524-
CMYK00.230.840.41
HSL43.33º72.41%34.12%-
HSV(B)43.33º84%58.82%-
XYZ18.8718.813.5-
YUV115.0976.6152.9-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.90%
GREEN value IS 115 (45.31% from 255) = 39.79%
BLUE value IS 24 (9.77% from 255) = 8.30%
R=51.90%
G=39.79%
B=8.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.84
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501152400.230.840.4143.3372.4134.12
Hex96731801754292b4822
Octal22616330027124515311042
Binary1001011011100111100001011110101001010011010111001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967318; }

 p { color: rgb(150,115,24); }

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

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

 a { background-color: rgb(150,115,24); }

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

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

 span { border-color: rgb(150,115,24); }

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