Html Css Color HEX #966E12 Golden Brown

📋 copy color: '#966E12'

red 150 ◦ green 110 ◦ blue 18

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

Shades of Golden Brown #966E12

Tints of Golden Brown #966E12

RGB

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

 GREEN value IS 110 (43.36% from 255) = 39.57%

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

R = 53.96%
G = 39.57%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#966E12 (or 0x966E12) is known color: Golden Brown. HEX triplet: 96, 6E and 12. RGB value is (150,110,18). Sum of RGB (Red+Green+Blue) = 150+110+18=278 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.96% from 278); Green value is 110 (43.36% from 255 or 39.57% from 278); Blue value is 18 (7.42% from 255 or 6.47% from 278); Max value from RGB is 150 - color contains mainly: red. Hex color #966E12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966E12 is #6991ED. Grayscale: #6F6F6F. Windows color (decimal): -6918638 or 1207958. OLE color: 1207958.

HSL color Cylindrical-coordinate representation of color #966E12: hue angle of 41.82º 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 #966E12 is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 110 18 -
CMYK 0 0.27 0.88 0.41
HSL 41.82º 0.79% 0.33% -
HSV(B) 41.82º 0.88% 0.59% -
XYZ 18.26 17.68 3.02 -
YUV 111.47 75.25 155.48 -
System Red Green Blue C M Y K H S L
Decimal 150 110 18 0 0.27 0.88 0.41 41.82 0.79 0.33
Hex 96 6E 12 0 1B 58 29 2A 4F 21
Octal 226 156 22 0 33 130 51 52 117 41
Binary 10010110 1101110 10010 0 11011 1011000 101001 101010 1001111 100001

Color Harmonies of #966E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966E12

Black with #966E12

Text Example


Text Example

White with #966E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966E12; }

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

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

background-color css

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

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

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

border-color css

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

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

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