Html Css Color HEX #9A6358 Au Chico

📋 copy color: '#9A6358'

red 154 ◦ green 99 ◦ blue 88

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

Shades of Au Chico #9A6358

Tints of Au Chico #9A6358

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.03%

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

R = 45.16%
G = 29.03%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.43

 K value IS 0.40

RGB Variations

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

Color information

#9A6358 (or 0x9A6358) is known color: Au Chico. HEX triplet: 9A, 63 and 58. RGB value is (154,99,88). Sum of RGB (Red+Green+Blue) = 154+99+88=341 (45% of max value = 765). Red value is 154 (60.55% from 255 or 45.16% from 341); Green value is 99 (39.06% from 255 or 29.03% from 341); Blue value is 88 (34.77% from 255 or 25.81% from 341); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6358 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6358 is #659CA7. Grayscale: #727272. Windows color (decimal): -6659240 or 5792666. OLE color: 5792666.

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

Color convert

RGB 154 99 88 -
CMYK 0 0.36 0.43 0.40
HSL 10º 0.27% 0.47% -
HSV(B) 10º 0.43% 0.6% -
XYZ 19.55 16.5 11.39 -
YUV 114.19 113.22 156.39 -
System Red Green Blue C M Y K H S L
Decimal 154 99 88 0 0.36 0.43 0.40 10 0.27 0.47
Hex 9A 63 58 0 24 2B 28 A 1B 2F
Octal 232 143 130 0 44 53 50 12 33 57
Binary 10011010 1100011 1011000 0 100100 101011 101000 1010 11011 101111

Color Harmonies of #9A6358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6358

Black with #9A6358

Text Example


Text Example

White with #9A6358

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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