Html Css Color HEX #9C645A Au Chico

📋 copy color: '#9C645A'

red 156 ◦ green 100 ◦ blue 90

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

Shades of Au Chico #9C645A

Tints of Au Chico #9C645A

RGB

 RED value IS 156 (61.33% from 255) = 45.09%

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

 BLUE value IS 90 (35.55% from 255) = 26.01%

R = 45.09%
G = 28.9%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.42

 K value IS 0.39

RGB Variations

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

Color information

#9C645A (or 0x9C645A) is known color: Au Chico. HEX triplet: 9C, 64 and 5A. RGB value is (156,100,90). Sum of RGB (Red+Green+Blue) = 156+100+90=346 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.09% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 90 (35.55% from 255 or 26.01% from 346); Max value from RGB is 156 - color contains mainly: red. Hex color #9C645A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C645A is #639BA5. Grayscale: #737373. Windows color (decimal): -6527910 or 5923996. OLE color: 5923996.

HSL color Cylindrical-coordinate representation of color #9C645A: hue angle of 9.09º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9C645A is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 100 90 -
CMYK 0 0.36 0.42 0.39
HSL 9.09º 0.27% 0.48% -
HSV(B) 9.09º 0.42% 0.61% -
XYZ 20.11 16.92 11.88 -
YUV 115.6 113.55 156.81 -
System Red Green Blue C M Y K H S L
Decimal 156 100 90 0 0.36 0.42 0.39 9.09 0.27 0.48
Hex 9C 64 5A 0 24 2A 27 9 1B 30
Octal 234 144 132 0 44 52 47 11 33 60
Binary 10011100 1100100 1011010 0 100100 101010 100111 1001 11011 110000

Color Harmonies of #9C645A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C645A

Black with #9C645A

Text Example


Text Example

White with #9C645A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,100,90); }

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

background-color css

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

 a { background-color: rgb(156,100,90); }

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

border-color css

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

 span { border-color: rgb(156,100,90); }

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