Html Css Color HEX #9A6659 Au Chico

📋 copy color: '#9A6659'

red 154 ◦ green 102 ◦ blue 89

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

Shades of Au Chico #9A6659

Tints of Au Chico #9A6659

RGB

 RED value IS 154 (60.55% from 255) = 44.64%

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

 BLUE value IS 89 (35.16% from 255) = 25.8%

R = 44.64%
G = 29.57%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.42

 K value IS 0.40

RGB Variations

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

Color information

#9A6659 (or 0x9A6659) is known color: Au Chico. HEX triplet: 9A, 66 and 59. RGB value is (154,102,89). Sum of RGB (Red+Green+Blue) = 154+102+89=345 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.64% from 345); Green value is 102 (40.23% from 255 or 29.57% from 345); Blue value is 89 (35.16% from 255 or 25.80% from 345); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6659 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6659 is #6599A6. Grayscale: #747474. Windows color (decimal): -6658471 or 5858970. OLE color: 5858970.

HSL color Cylindrical-coordinate representation of color #9A6659: hue angle of 12º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9A6659 is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 102 89 -
CMYK 0 0.34 0.42 0.40
HSL 12º 0.27% 0.48% -
HSV(B) 12º 0.42% 0.6% -
XYZ 19.88 17.09 11.7 -
YUV 116.07 112.73 155.06 -
System Red Green Blue C M Y K H S L
Decimal 154 102 89 0 0.34 0.42 0.40 12 0.27 0.48
Hex 9A 66 59 0 22 2A 28 C 1B 30
Octal 232 146 131 0 42 52 50 14 33 60
Binary 10011010 1100110 1011001 0 100010 101010 101000 1100 11011 110000

Color Harmonies of #9A6659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6659

Black with #9A6659

Text Example


Text Example

White with #9A6659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A6659; }

 p { color: rgb(154,102,89); }

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

background-color css

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

 a { background-color: rgb(154,102,89); }

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

border-color css

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

 span { border-color: rgb(154,102,89); }

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