Html Css Color HEX #966E10 Golden Brown

📋 copy color: '#966E10'

red 150 ◦ green 110 ◦ blue 16

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

Shades of Golden Brown #966E10

Tints of Golden Brown #966E10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.8%

R = 54.35%
G = 39.86%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#966E10 (or 0x966E10) is known color: Golden Brown. HEX triplet: 96, 6E and 10. RGB value is (150,110,16). Sum of RGB (Red+Green+Blue) = 150+110+16=276 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.35% from 276); Green value is 110 (43.36% from 255 or 39.86% from 276); Blue value is 16 (6.64% from 255 or 5.80% from 276); Max value from RGB is 150 - color contains mainly: red. Hex color #966E10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966E10 is #6991EF. Grayscale: #6F6F6F. Windows color (decimal): -6918640 or 1076886. OLE color: 1076886.

HSL color Cylindrical-coordinate representation of color #966E10: hue angle of 42.09º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #966E10 is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 110 16 -
CMYK 0 0.27 0.89 0.41
HSL 42.09º 0.81% 0.33% -
HSV(B) 42.09º 0.89% 0.59% -
XYZ 18.25 17.67 2.94 -
YUV 111.24 74.25 155.64 -
System Red Green Blue C M Y K H S L
Decimal 150 110 16 0 0.27 0.89 0.41 42.09 0.81 0.33
Hex 96 6E 10 0 1B 59 29 2A 51 21
Octal 226 156 20 0 33 131 51 52 121 41
Binary 10010110 1101110 10000 0 11011 1011001 101001 101010 1010001 100001

Color Harmonies of #966E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966E10

Black with #966E10

Text Example


Text Example

White with #966E10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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