Html Css Color HEX #996517 Golden Brown

📋 copy color: '#996517'

red 153 ◦ green 101 ◦ blue 23

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

Shades of Golden Brown #996517

Tints of Golden Brown #996517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.3%

R = 55.23%
G = 36.46%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.85

 K value IS 0.4

RGB Variations

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

Color information

#996517 (or 0x996517) is known color: Golden Brown. HEX triplet: 99, 65 and 17. RGB value is (153,101,23). Sum of RGB (Red+Green+Blue) = 153+101+23=277 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.23% from 277); Green value is 101 (39.84% from 255 or 36.46% from 277); Blue value is 23 (9.38% from 255 or 8.30% from 277); Max value from RGB is 153 - color contains mainly: red. Hex color #996517 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996517 is #669AE8. Grayscale: #6C6C6C. Windows color (decimal): -6724329 or 1533337. OLE color: 1533337.

HSL color Cylindrical-coordinate representation of color #996517: hue angle of 36º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #996517 is Cyan = 0, Magento = 0.34, Yellow = 0.85 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 101 23 -
CMYK 0 0.34 0.85 0.4
HSL 36º 0.74% 0.35% -
HSV(B) 36º 0.85% 0.6% -
XYZ 17.95 16.14 2.98 -
YUV 107.66 80.23 160.34 -
System Red Green Blue C M Y K H S L
Decimal 153 101 23 0 0.34 0.85 0.4 36 0.74 0.35
Hex 99 65 17 0 22 55 28 24 4A 23
Octal 231 145 27 0 42 125 50 44 112 43
Binary 10011001 1100101 10111 0 100010 1010101 101000 100100 1001010 100011

Color Harmonies of #996517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996517

Black with #996517

Text Example


Text Example

White with #996517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996517; }

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

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

background-color css

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

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

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

border-color css

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

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

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