Html Css Color HEX #966912 Golden Brown

📋 copy color: '#966912'

red 150 ◦ green 105 ◦ blue 18

#966912
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #966912

Tints of Golden Brown #966912

RGB

 RED value IS 150 (58.98% from 255) = 54.95%

 GREEN value IS 105 (41.41% from 255) = 38.46%

 BLUE value IS 18 (7.42% from 255) = 6.59%

R = 54.95%
G = 38.46%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#966912 (or 0x966912) is known color: Golden Brown. HEX triplet: 96, 69 and 12. RGB value is (150,105,18). Sum of RGB (Red+Green+Blue) = 150+105+18=273 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.95% from 273); Green value is 105 (41.41% from 255 or 38.46% from 273); Blue value is 18 (7.42% from 255 or 6.59% from 273); Max value from RGB is 150 - color contains mainly: red. Hex color #966912 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966912 is #6996ED. Grayscale: #6C6C6C. Windows color (decimal): -6919918 or 1206678. OLE color: 1206678.

HSL color Cylindrical-coordinate representation of color #966912: hue angle of 39.55º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #966912 is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 105 18 -
CMYK 0 0.30 0.88 0.41
HSL 39.55º 0.79% 0.33% -
HSV(B) 39.55º 0.88% 0.59% -
XYZ 17.74 16.63 2.85 -
YUV 108.54 76.91 157.57 -
System Red Green Blue C M Y K H S L
Decimal 150 105 18 0 0.30 0.88 0.41 39.55 0.79 0.33
Hex 96 69 12 0 1E 58 29 28 4F 21
Octal 226 151 22 0 36 130 51 50 117 41
Binary 10010110 1101001 10010 0 11110 1011000 101001 101000 1001111 100001

Color Harmonies of #966912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966912

Black with #966912

Text Example


Text Example

White with #966912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966912; }

 p { color: rgb(150,105,18); }

 H1.HeaderClassName
 {
   color: #966912;
 }
 .AnyTagClassName
 {
   color: #966912;
 }
</style>

background-color css

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

 a { background-color: rgb(150,105,18); }

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

border-color css

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

 span { border-color: rgb(150,105,18); }

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