Html Css Color HEX #996617 Golden Brown

📋 copy color: '#996617'

red 153 ◦ green 102 ◦ blue 23

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

Shades of Golden Brown #996617

Tints of Golden Brown #996617

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.69%

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

R = 55.04%
G = 36.69%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.85

 K value IS 0.4

RGB Variations

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

Color information

#996617 (or 0x996617) is known color: Golden Brown. HEX triplet: 99, 66 and 17. RGB value is (153,102,23). Sum of RGB (Red+Green+Blue) = 153+102+23=278 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.04% from 278); Green value is 102 (40.23% from 255 or 36.69% from 278); Blue value is 23 (9.38% from 255 or 8.27% from 278); Max value from RGB is 153 - color contains mainly: red. Hex color #996617 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996617 is #6699E8. Grayscale: #6C6C6C. Windows color (decimal): -6724073 or 1533593. OLE color: 1533593.

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

Color convert

RGB 153 102 23 -
CMYK 0 0.33 0.85 0.4
HSL 36.46º 0.74% 0.35% -
HSV(B) 36.46º 0.85% 0.6% -
XYZ 18.04 16.34 3.01 -
YUV 108.24 79.9 159.92 -
System Red Green Blue C M Y K H S L
Decimal 153 102 23 0 0.33 0.85 0.4 36.46 0.74 0.35
Hex 99 66 17 0 21 55 28 24 4A 23
Octal 231 146 27 0 41 125 50 44 112 43
Binary 10011001 1100110 10111 0 100001 1010101 101000 100100 1001010 100011

Color Harmonies of #996617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996617

Black with #996617

Text Example


Text Example

White with #996617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996617; }

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

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

background-color css

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

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

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

border-color css

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

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

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