Html Css Color HEX #996250 Au Chico

📋 copy color: '#996250'

red 153 ◦ green 98 ◦ blue 80

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

Shades of Au Chico #996250

Tints of Au Chico #996250

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.61%

 BLUE value IS 80 (31.64% from 255) = 24.17%

R = 46.22%
G = 29.61%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.48

 K value IS 0.4

RGB Variations

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

Color information

#996250 (or 0x996250) is known color: Au Chico. HEX triplet: 99, 62 and 50. RGB value is (153,98,80). Sum of RGB (Red+Green+Blue) = 153+98+80=331 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.22% from 331); Green value is 98 (38.67% from 255 or 29.61% from 331); Blue value is 80 (31.64% from 255 or 24.17% from 331); Max value from RGB is 153 - color contains mainly: red. Hex color #996250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996250 is #669DAF. Grayscale: #707070. Windows color (decimal): -6725040 or 5268121. OLE color: 5268121.

HSL color Cylindrical-coordinate representation of color #996250: hue angle of 14.79º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #996250 is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 98 80 -
CMYK 0 0.36 0.48 0.4
HSL 14.79º 0.31% 0.46% -
HSV(B) 14.79º 0.48% 0.6% -
XYZ 18.95 16.09 9.7 -
YUV 112.39 109.72 156.96 -
System Red Green Blue C M Y K H S L
Decimal 153 98 80 0 0.36 0.48 0.4 14.79 0.31 0.46
Hex 99 62 50 0 24 30 28 F 1F 2E
Octal 231 142 120 0 44 60 50 17 37 56
Binary 10011001 1100010 1010000 0 100100 110000 101000 1111 11111 101110

Color Harmonies of #996250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996250

Black with #996250

Text Example


Text Example

White with #996250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996250; }

 p { color: rgb(153,98,80); }

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

background-color css

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

 a { background-color: rgb(153,98,80); }

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

border-color css

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

 span { border-color: rgb(153,98,80); }

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