Html Css Color HEX #996917 Golden Brown

📋 copy color: '#996917'

red 153 ◦ green 105 ◦ blue 23

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

Shades of Golden Brown #996917

Tints of Golden Brown #996917

RGB

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

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

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

R = 54.45%
G = 37.37%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.85

 K value IS 0.4

RGB Variations

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

Color information

#996917 (or 0x996917) is known color: Golden Brown. HEX triplet: 99, 69 and 17. RGB value is (153,105,23). Sum of RGB (Red+Green+Blue) = 153+105+23=281 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.45% from 281); Green value is 105 (41.41% from 255 or 37.37% from 281); Blue value is 23 (9.38% from 255 or 8.19% from 281); Max value from RGB is 153 - color contains mainly: red. Hex color #996917 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996917 is #6696E8. Grayscale: #6E6E6E. Windows color (decimal): -6723305 or 1534361. OLE color: 1534361.

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

Color convert

RGB 153 105 23 -
CMYK 0 0.31 0.85 0.4
HSL 37.85º 0.74% 0.35% -
HSV(B) 37.85º 0.85% 0.6% -
XYZ 18.34 16.94 3.11 -
YUV 110 78.9 158.67 -
System Red Green Blue C M Y K H S L
Decimal 153 105 23 0 0.31 0.85 0.4 37.85 0.74 0.35
Hex 99 69 17 0 1F 55 28 26 4A 23
Octal 231 151 27 0 37 125 50 46 112 43
Binary 10011001 1101001 10111 0 11111 1010101 101000 100110 1001010 100011

Color Harmonies of #996917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996917

Black with #996917

Text Example


Text Example

White with #996917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996917; }

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

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

background-color css

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

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

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

border-color css

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

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

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