Html Css Color HEX #996511 Golden Brown

📋 copy color: '#996511'

red 153 ◦ green 101 ◦ blue 17

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

Shades of Golden Brown #996511

Tints of Golden Brown #996511

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37.27%

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

R = 56.46%
G = 37.27%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.89

 K value IS 0.4

RGB Variations

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

Color information

#996511 (or 0x996511) is known color: Golden Brown. HEX triplet: 99, 65 and 11. RGB value is (153,101,17). Sum of RGB (Red+Green+Blue) = 153+101+17=271 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.46% from 271); Green value is 101 (39.84% from 255 or 37.27% from 271); Blue value is 17 (7.03% from 255 or 6.27% from 271); Max value from RGB is 153 - color contains mainly: red. Hex color #996511 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996511 is #669AEE. Grayscale: #6B6B6B. Windows color (decimal): -6724335 or 1140121. OLE color: 1140121.

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

Color convert

RGB 153 101 17 -
CMYK 0 0.34 0.89 0.4
HSL 37.06º 0.8% 0.33% -
HSV(B) 37.06º 0.89% 0.6% -
XYZ 17.89 16.12 2.7 -
YUV 106.97 77.23 160.83 -
System Red Green Blue C M Y K H S L
Decimal 153 101 17 0 0.34 0.89 0.4 37.06 0.8 0.33
Hex 99 65 11 0 22 59 28 25 50 21
Octal 231 145 21 0 42 131 50 45 120 41
Binary 10011001 1100101 10001 0 100010 1011001 101000 100101 1010000 100001

Color Harmonies of #996511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996511

Black with #996511

Text Example


Text Example

White with #996511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996511; }

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

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

background-color css

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

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

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

border-color css

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

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

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