Html Css Color HEX #996C19 Golden Brown

📋 copy color: '#996C19'

red 153 ◦ green 108 ◦ blue 25

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

Shades of Golden Brown #996C19

Tints of Golden Brown #996C19

RGB

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

 GREEN value IS 108 (42.58% from 255) = 37.76%

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

R = 53.5%
G = 37.76%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.84

 K value IS 0.4

RGB Variations

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

Color information

#996C19 (or 0x996C19) is known color: Golden Brown. HEX triplet: 99, 6C and 19. RGB value is (153,108,25). Sum of RGB (Red+Green+Blue) = 153+108+25=286 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.50% from 286); Green value is 108 (42.58% from 255 or 37.76% from 286); Blue value is 25 (10.16% from 255 or 8.74% from 286); Max value from RGB is 153 - color contains mainly: red. Hex color #996C19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996C19 is #6693E6. Grayscale: #707070. Windows color (decimal): -6722535 or 1666201. OLE color: 1666201.

HSL color Cylindrical-coordinate representation of color #996C19: hue angle of 38.91º 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 #996C19 is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 108 25 -
CMYK 0 0.29 0.84 0.4
HSL 38.91º 0.72% 0.35% -
HSV(B) 38.91º 0.84% 0.6% -
XYZ 18.67 17.57 3.33 -
YUV 111.99 78.91 157.25 -
System Red Green Blue C M Y K H S L
Decimal 153 108 25 0 0.29 0.84 0.4 38.91 0.72 0.35
Hex 99 6C 19 0 1D 54 28 27 48 23
Octal 231 154 31 0 35 124 50 47 110 43
Binary 10011001 1101100 11001 0 11101 1010100 101000 100111 1001000 100011

Color Harmonies of #996C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996C19

Black with #996C19

Text Example


Text Example

White with #996C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996C19; }

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

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

background-color css

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

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

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

border-color css

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

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

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