Html Css Color HEX #9A6658 Au Chico

📋 copy color: '#9A6658'

red 154 ◦ green 102 ◦ blue 88

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

Shades of Au Chico #9A6658

Tints of Au Chico #9A6658

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 25.58%

R = 44.77%
G = 29.65%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.43

 K value IS 0.40

RGB Variations

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

Color information

#9A6658 (or 0x9A6658) is known color: Au Chico. HEX triplet: 9A, 66 and 58. RGB value is (154,102,88). Sum of RGB (Red+Green+Blue) = 154+102+88=344 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.77% from 344); Green value is 102 (40.23% from 255 or 29.65% from 344); Blue value is 88 (34.77% from 255 or 25.58% from 344); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6658 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6658 is #6599A7. Grayscale: #747474. Windows color (decimal): -6658472 or 5793434. OLE color: 5793434.

HSL color Cylindrical-coordinate representation of color #9A6658: hue angle of 12.73º degrees, saturation: 0.27, 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 #9A6658 is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 102 88 -
CMYK 0 0.34 0.43 0.40
HSL 12.73º 0.27% 0.47% -
HSV(B) 12.73º 0.43% 0.6% -
XYZ 19.84 17.08 11.48 -
YUV 115.95 112.23 155.14 -
System Red Green Blue C M Y K H S L
Decimal 154 102 88 0 0.34 0.43 0.40 12.73 0.27 0.47
Hex 9A 66 58 0 22 2B 28 D 1B 2F
Octal 232 146 130 0 42 53 50 15 33 57
Binary 10011010 1100110 1011000 0 100010 101011 101000 1101 11011 101111

Color Harmonies of #9A6658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6658

Black with #9A6658

Text Example


Text Example

White with #9A6658

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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