Html Css Color HEX #996657 Au Chico

📋 copy color: '#996657'

red 153 ◦ green 102 ◦ blue 87

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

Shades of Au Chico #996657

Tints of Au Chico #996657

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.82%

 BLUE value IS 87 (34.38% from 255) = 25.44%

R = 44.74%
G = 29.82%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.43

 K value IS 0.4

RGB Variations

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

Color information

#996657 (or 0x996657) is known color: Au Chico. HEX triplet: 99, 66 and 57. RGB value is (153,102,87). Sum of RGB (Red+Green+Blue) = 153+102+87=342 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.74% from 342); Green value is 102 (40.23% from 255 or 29.82% from 342); Blue value is 87 (34.38% from 255 or 25.44% from 342); Max value from RGB is 153 - color contains mainly: red. Hex color #996657 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996657 is #6699A8. Grayscale: #737373. Windows color (decimal): -6724009 or 5727897. OLE color: 5727897.

HSL color Cylindrical-coordinate representation of color #996657: hue angle of 13.64º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #996657 is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 102 87 -
CMYK 0 0.33 0.43 0.4
HSL 13.64º 0.28% 0.47% -
HSV(B) 13.64º 0.43% 0.6% -
XYZ 19.61 16.96 11.26 -
YUV 115.54 111.9 154.72 -
System Red Green Blue C M Y K H S L
Decimal 153 102 87 0 0.33 0.43 0.4 13.64 0.28 0.47
Hex 99 66 57 0 21 2B 28 E 1C 2F
Octal 231 146 127 0 41 53 50 16 34 57
Binary 10011001 1100110 1010111 0 100001 101011 101000 1110 11100 101111

Color Harmonies of #996657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996657

Black with #996657

Text Example


Text Example

White with #996657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996657; }

 p { color: rgb(153,102,87); }

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

background-color css

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

 a { background-color: rgb(153,102,87); }

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

border-color css

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

 span { border-color: rgb(153,102,87); }

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