Html Css Color HEX #9A6858 Au Chico

📋 copy color: '#9A6858'

red 154 ◦ green 104 ◦ blue 88

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

Shades of Au Chico #9A6858

Tints of Au Chico #9A6858

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.06%

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

R = 44.51%
G = 30.06%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.43

 K value IS 0.40

RGB Variations

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

Color information

#9A6858 (or 0x9A6858) is known color: Au Chico. HEX triplet: 9A, 68 and 58. RGB value is (154,104,88). Sum of RGB (Red+Green+Blue) = 154+104+88=346 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.51% from 346); Green value is 104 (41.02% from 255 or 30.06% from 346); Blue value is 88 (34.77% from 255 or 25.43% from 346); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6858 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6858 is #6597A7. Grayscale: #757575. Windows color (decimal): -6657960 or 5793946. OLE color: 5793946.

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

Color convert

RGB 154 104 88 -
CMYK 0 0.32 0.43 0.40
HSL 14.55º 0.27% 0.47% -
HSV(B) 14.55º 0.43% 0.6% -
XYZ 20.04 17.48 11.55 -
YUV 117.13 111.57 154.3 -
System Red Green Blue C M Y K H S L
Decimal 154 104 88 0 0.32 0.43 0.40 14.55 0.27 0.47
Hex 9A 68 58 0 20 2B 28 F 1B 2F
Octal 232 150 130 0 40 53 50 17 33 57
Binary 10011010 1101000 1011000 0 100000 101011 101000 1111 11011 101111

Color Harmonies of #9A6858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6858

Black with #9A6858

Text Example


Text Example

White with #9A6858

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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