Html Css Color HEX #9D6459 Au Chico

📋 copy color: '#9D6459'

red 157 ◦ green 100 ◦ blue 89

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

Shades of Au Chico #9D6459

Tints of Au Chico #9D6459

RGB

 RED value IS 157 (61.72% from 255) = 45.38%

 GREEN value IS 100 (39.45% from 255) = 28.9%

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

R = 45.38%
G = 28.9%
B = 25.72%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.43

 K value IS 0.38

RGB Variations

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

Color information

#9D6459 (or 0x9D6459) is known color: Au Chico. HEX triplet: 9D, 64 and 59. RGB value is (157,100,89). Sum of RGB (Red+Green+Blue) = 157+100+89=346 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.38% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 89 (35.16% from 255 or 25.72% from 346); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6459 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6459 is #629BA6. Grayscale: #737373. Windows color (decimal): -6462375 or 5858461. OLE color: 5858461.

HSL color Cylindrical-coordinate representation of color #9D6459: hue angle of 9.71º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9D6459 is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 100 89 -
CMYK 0 0.36 0.43 0.38
HSL 9.71º 0.28% 0.48% -
HSV(B) 9.71º 0.43% 0.62% -
XYZ 20.26 17 11.67 -
YUV 115.79 112.88 157.39 -
System Red Green Blue C M Y K H S L
Decimal 157 100 89 0 0.36 0.43 0.38 9.71 0.28 0.48
Hex 9D 64 59 0 24 2B 26 A 1C 30
Octal 235 144 131 0 44 53 46 12 34 60
Binary 10011101 1100100 1011001 0 100100 101011 100110 1010 11100 110000

Color Harmonies of #9D6459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6459

Black with #9D6459

Text Example


Text Example

White with #9D6459

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,100,89); }

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

background-color css

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

 a { background-color: rgb(157,100,89); }

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

border-color css

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

 span { border-color: rgb(157,100,89); }

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