Html Css Color HEX #966A12 Golden Brown

📋 copy color: '#966A12'

red 150 ◦ green 106 ◦ blue 18

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

Shades of Golden Brown #966A12

Tints of Golden Brown #966A12

RGB

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

 GREEN value IS 106 (41.8% from 255) = 38.69%

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

R = 54.74%
G = 38.69%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#966A12 (or 0x966A12) is known color: Golden Brown. HEX triplet: 96, 6A and 12. RGB value is (150,106,18). Sum of RGB (Red+Green+Blue) = 150+106+18=274 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.74% from 274); Green value is 106 (41.80% from 255 or 38.69% from 274); Blue value is 18 (7.42% from 255 or 6.57% from 274); Max value from RGB is 150 - color contains mainly: red. Hex color #966A12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966A12 is #6995ED. Grayscale: #6D6D6D. Windows color (decimal): -6919662 or 1206934. OLE color: 1206934.

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

Color convert

RGB 150 106 18 -
CMYK 0 0.29 0.88 0.41
HSL 40º 0.79% 0.33% -
HSV(B) 40º 0.88% 0.59% -
XYZ 17.84 16.84 2.88 -
YUV 109.12 76.58 157.16 -
System Red Green Blue C M Y K H S L
Decimal 150 106 18 0 0.29 0.88 0.41 40 0.79 0.33
Hex 96 6A 12 0 1D 58 29 28 4F 21
Octal 226 152 22 0 35 130 51 50 117 41
Binary 10010110 1101010 10010 0 11101 1011000 101001 101000 1001111 100001

Color Harmonies of #966A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966A12

Black with #966A12

Text Example


Text Example

White with #966A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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