Html Css Color HEX #996911 Golden Brown

📋 copy color: '#996911'

red 153 ◦ green 105 ◦ blue 17

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

Shades of Golden Brown #996911

Tints of Golden Brown #996911

RGB

 RED value IS 153 (60.16% from 255) = 55.64%

 GREEN value IS 105 (41.41% from 255) = 38.18%

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

R = 55.64%
G = 38.18%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.89

 K value IS 0.4

RGB Variations

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

Color information

#996911 (or 0x996911) is known color: Golden Brown. HEX triplet: 99, 69 and 11. RGB value is (153,105,17). Sum of RGB (Red+Green+Blue) = 153+105+17=275 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.64% from 275); Green value is 105 (41.41% from 255 or 38.18% from 275); Blue value is 17 (7.03% from 255 or 6.18% from 275); Max value from RGB is 153 - color contains mainly: red. Hex color #996911 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996911 is #6696EE. Grayscale: #6D6D6D. Windows color (decimal): -6723311 or 1141145. OLE color: 1141145.

HSL color Cylindrical-coordinate representation of color #996911: hue angle of 38.82º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #996911 is Cyan = 0, Magento = 0.31, Yellow = 0.89 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 105 17 -
CMYK 0 0.31 0.89 0.4
HSL 38.82º 0.8% 0.33% -
HSV(B) 38.82º 0.89% 0.6% -
XYZ 18.29 16.92 2.83 -
YUV 109.32 75.9 159.16 -
System Red Green Blue C M Y K H S L
Decimal 153 105 17 0 0.31 0.89 0.4 38.82 0.8 0.33
Hex 99 69 11 0 1F 59 28 27 50 21
Octal 231 151 21 0 37 131 50 47 120 41
Binary 10011001 1101001 10001 0 11111 1011001 101000 100111 1010000 100001

Color Harmonies of #996911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996911

Black with #996911

Text Example


Text Example

White with #996911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996911; }

 p { color: rgb(153,105,17); }

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

background-color css

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

 a { background-color: rgb(153,105,17); }

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

border-color css

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

 span { border-color: rgb(153,105,17); }

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