Html Css Color HEX #966011 Golden Brown

📋 copy color: '#966011'

red 150 ◦ green 96 ◦ blue 17

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

Shades of Golden Brown #966011

Tints of Golden Brown #966011

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.5%

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

R = 57.03%
G = 36.5%
B = 6.46%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#966011 (or 0x966011) is known color: Golden Brown. HEX triplet: 96, 60 and 11. RGB value is (150,96,17). Sum of RGB (Red+Green+Blue) = 150+96+17=263 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.03% from 263); Green value is 96 (37.89% from 255 or 36.50% from 263); Blue value is 17 (7.03% from 255 or 6.46% from 263); Max value from RGB is 150 - color contains mainly: red. Hex color #966011 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966011 is #699FEE. Grayscale: #676767. Windows color (decimal): -6922223 or 1138838. OLE color: 1138838.

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

Color convert

RGB 150 96 17 -
CMYK 0 0.36 0.89 0.41
HSL 35.64º 0.8% 0.33% -
HSV(B) 35.64º 0.89% 0.59% -
XYZ 16.86 14.89 2.52 -
YUV 103.14 79.39 161.42 -
System Red Green Blue C M Y K H S L
Decimal 150 96 17 0 0.36 0.89 0.41 35.64 0.8 0.33
Hex 96 60 11 0 24 59 29 24 50 21
Octal 226 140 21 0 44 131 51 44 120 41
Binary 10010110 1100000 10001 0 100100 1011001 101001 100100 1010000 100001

Color Harmonies of #966011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966011

Black with #966011

Text Example


Text Example

White with #966011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966011; }

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

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

background-color css

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

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

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

border-color css

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

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

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