Html Css Color HEX #996819 Golden Brown

📋 copy color: '#996819'

red 153 ◦ green 104 ◦ blue 25

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

Shades of Golden Brown #996819

Tints of Golden Brown #996819

RGB

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

 GREEN value IS 104 (41.02% from 255) = 36.88%

 BLUE value IS 25 (10.16% from 255) = 8.87%

R = 54.26%
G = 36.88%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.84

 K value IS 0.4

RGB Variations

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

Color information

#996819 (or 0x996819) is known color: Golden Brown. HEX triplet: 99, 68 and 19. RGB value is (153,104,25). Sum of RGB (Red+Green+Blue) = 153+104+25=282 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.26% from 282); Green value is 104 (41.02% from 255 or 36.88% from 282); Blue value is 25 (10.16% from 255 or 8.87% from 282); Max value from RGB is 153 - color contains mainly: red. Hex color #996819 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996819 is #6697E6. Grayscale: #6E6E6E. Windows color (decimal): -6723559 or 1665177. OLE color: 1665177.

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

Color convert

RGB 153 104 25 -
CMYK 0 0.32 0.84 0.4
HSL 37.03º 0.72% 0.35% -
HSV(B) 37.03º 0.84% 0.6% -
XYZ 18.26 16.74 3.19 -
YUV 109.65 80.23 158.92 -
System Red Green Blue C M Y K H S L
Decimal 153 104 25 0 0.32 0.84 0.4 37.03 0.72 0.35
Hex 99 68 19 0 20 54 28 25 48 23
Octal 231 150 31 0 40 124 50 45 110 43
Binary 10011001 1101000 11001 0 100000 1010100 101000 100101 1001000 100011

Color Harmonies of #996819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996819

Black with #996819

Text Example


Text Example

White with #996819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996819; }

 p { color: rgb(153,104,25); }

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

background-color css

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

 a { background-color: rgb(153,104,25); }

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

border-color css

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

 span { border-color: rgb(153,104,25); }

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