Html Css Color HEX #996454 Au Chico

📋 copy color: '#996454'

red 153 ◦ green 100 ◦ blue 84

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

Shades of Au Chico #996454

Tints of Au Chico #996454

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.67%

 BLUE value IS 84 (33.2% from 255) = 24.93%

R = 45.4%
G = 29.67%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.45

 K value IS 0.4

RGB Variations

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

Color information

#996454 (or 0x996454) is known color: Au Chico. HEX triplet: 99, 64 and 54. RGB value is (153,100,84). Sum of RGB (Red+Green+Blue) = 153+100+84=337 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.40% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 84 (33.20% from 255 or 24.93% from 337); Max value from RGB is 153 - color contains mainly: red. Hex color #996454 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996454 is #669BAB. Grayscale: #727272. Windows color (decimal): -6724524 or 5530777. OLE color: 5530777.

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

Color convert

RGB 153 100 84 -
CMYK 0 0.35 0.45 0.4
HSL 13.91º 0.29% 0.46% -
HSV(B) 13.91º 0.45% 0.6% -
XYZ 19.29 16.53 10.56 -
YUV 114.02 111.06 155.8 -
System Red Green Blue C M Y K H S L
Decimal 153 100 84 0 0.35 0.45 0.4 13.91 0.29 0.46
Hex 99 64 54 0 23 2D 28 E 1D 2E
Octal 231 144 124 0 43 55 50 16 35 56
Binary 10011001 1100100 1010100 0 100011 101101 101000 1110 11101 101110

Color Harmonies of #996454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996454

Black with #996454

Text Example


Text Example

White with #996454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996454; }

 p { color: rgb(153,100,84); }

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

background-color css

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

 a { background-color: rgb(153,100,84); }

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

border-color css

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

 span { border-color: rgb(153,100,84); }

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