Html Css Color HEX #966411 Golden Brown

📋 copy color: '#966411'

red 150 ◦ green 100 ◦ blue 17

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

Shades of Golden Brown #966411

Tints of Golden Brown #966411

RGB

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

 GREEN value IS 100 (39.45% from 255) = 37.45%

 BLUE value IS 17 (7.03% from 255) = 6.37%

R = 56.18%
G = 37.45%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#966411 (or 0x966411) is known color: Golden Brown. HEX triplet: 96, 64 and 11. RGB value is (150,100,17). Sum of RGB (Red+Green+Blue) = 150+100+17=267 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.18% from 267); Green value is 100 (39.45% from 255 or 37.45% from 267); Blue value is 17 (7.03% from 255 or 6.37% from 267); Max value from RGB is 150 - color contains mainly: red. Hex color #966411 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966411 is #699BEE. Grayscale: #696969. Windows color (decimal): -6921199 or 1139862. OLE color: 1139862.

HSL color Cylindrical-coordinate representation of color #966411: hue angle of 37.44º degrees, saturation: 0.8, 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 #966411 is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 100 17 -
CMYK 0 0.33 0.89 0.41
HSL 37.44º 0.8% 0.33% -
HSV(B) 37.44º 0.89% 0.59% -
XYZ 17.24 15.64 2.64 -
YUV 105.49 78.07 159.75 -
System Red Green Blue C M Y K H S L
Decimal 150 100 17 0 0.33 0.89 0.41 37.44 0.8 0.33
Hex 96 64 11 0 21 59 29 25 50 21
Octal 226 144 21 0 41 131 51 45 120 41
Binary 10010110 1100100 10001 0 100001 1011001 101001 100101 1010000 100001

Color Harmonies of #966411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966411

Black with #966411

Text Example


Text Example

White with #966411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966411; }

 p { color: rgb(150,100,17); }

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

background-color css

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

 a { background-color: rgb(150,100,17); }

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

border-color css

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

 span { border-color: rgb(150,100,17); }

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