Html Css Color HEX #9A6B5C Au Chico

📋 copy color: '#9A6B5C'

red 154 ◦ green 107 ◦ blue 92

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

Shades of Au Chico #9A6B5C

Tints of Au Chico #9A6B5C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.31%

 BLUE value IS 92 (36.33% from 255) = 26.06%

R = 43.63%
G = 30.31%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.40

 K value IS 0.40

RGB Variations

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

Color information

#9A6B5C (or 0x9A6B5C) is known color: Au Chico. HEX triplet: 9A, 6B and 5C. RGB value is (154,107,92). Sum of RGB (Red+Green+Blue) = 154+107+92=353 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.63% from 353); Green value is 107 (42.19% from 255 or 30.31% from 353); Blue value is 92 (36.33% from 255 or 26.06% from 353); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6B5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6B5C is #6594A3. Grayscale: #777777. Windows color (decimal): -6657188 or 6056858. OLE color: 6056858.

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

Color convert

RGB 154 107 92 -
CMYK 0 0.31 0.40 0.40
HSL 14.52º 0.25% 0.48% -
HSV(B) 14.52º 0.4% 0.6% -
XYZ 20.52 18.16 12.55 -
YUV 119.34 112.57 152.72 -
System Red Green Blue C M Y K H S L
Decimal 154 107 92 0 0.31 0.40 0.40 14.52 0.25 0.48
Hex 9A 6B 5C 0 1F 28 28 F 19 30
Octal 232 153 134 0 37 50 50 17 31 60
Binary 10011010 1101011 1011100 0 11111 101000 101000 1111 11001 110000

Color Harmonies of #9A6B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6B5C

Black with #9A6B5C

Text Example


Text Example

White with #9A6B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,107,92); }

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

background-color css

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

 a { background-color: rgb(154,107,92); }

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

border-color css

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

 span { border-color: rgb(154,107,92); }

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