Html Css Color HEX #996154 Au Chico

📋 copy color: '#996154'

red 153 ◦ green 97 ◦ blue 84

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

Shades of Au Chico #996154

Tints of Au Chico #996154

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.04%

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

R = 45.81%
G = 29.04%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.45

 K value IS 0.4

RGB Variations

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

Color information

#996154 (or 0x996154) is known color: Au Chico. HEX triplet: 99, 61 and 54. RGB value is (153,97,84). Sum of RGB (Red+Green+Blue) = 153+97+84=334 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.81% from 334); Green value is 97 (38.28% from 255 or 29.04% from 334); Blue value is 84 (33.20% from 255 or 25.15% from 334); Max value from RGB is 153 - color contains mainly: red. Hex color #996154 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996154 is #669EAB. Grayscale: #707070. Windows color (decimal): -6725292 or 5530009. OLE color: 5530009.

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

Color convert

RGB 153 97 84 -
CMYK 0 0.37 0.45 0.4
HSL 11.3º 0.29% 0.46% -
HSV(B) 11.3º 0.45% 0.6% -
XYZ 19.01 15.96 10.47 -
YUV 112.26 112.05 157.06 -
System Red Green Blue C M Y K H S L
Decimal 153 97 84 0 0.37 0.45 0.4 11.3 0.29 0.46
Hex 99 61 54 0 25 2D 28 B 1D 2E
Octal 231 141 124 0 45 55 50 13 35 56
Binary 10011001 1100001 1010100 0 100101 101101 101000 1011 11101 101110

Color Harmonies of #996154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996154

Black with #996154

Text Example


Text Example

White with #996154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996154; }

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

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

background-color css

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

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

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

border-color css

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

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

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