Html Css Color HEX #9C6255 Au Chico

📋 copy color: '#9C6255'

red 156 ◦ green 98 ◦ blue 85

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

Shades of Au Chico #9C6255

Tints of Au Chico #9C6255

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.91%

 BLUE value IS 85 (33.59% from 255) = 25.07%

R = 46.02%
G = 28.91%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.46

 K value IS 0.39

RGB Variations

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

Color information

#9C6255 (or 0x9C6255) is known color: Au Chico. HEX triplet: 9C, 62 and 55. RGB value is (156,98,85). Sum of RGB (Red+Green+Blue) = 156+98+85=339 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.02% from 339); Green value is 98 (38.67% from 255 or 28.91% from 339); Blue value is 85 (33.59% from 255 or 25.07% from 339); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6255 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6255 is #639DAA. Grayscale: #717171. Windows color (decimal): -6528427 or 5595804. OLE color: 5595804.

HSL color Cylindrical-coordinate representation of color #9C6255: hue angle of 10.99º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9C6255 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 98 85 -
CMYK 0 0.37 0.46 0.39
HSL 10.99º 0.29% 0.47% -
HSV(B) 10.99º 0.46% 0.61% -
XYZ 19.72 16.46 10.73 -
YUV 113.86 111.72 158.06 -
System Red Green Blue C M Y K H S L
Decimal 156 98 85 0 0.37 0.46 0.39 10.99 0.29 0.47
Hex 9C 62 55 0 25 2E 27 B 1D 2F
Octal 234 142 125 0 45 56 47 13 35 57
Binary 10011100 1100010 1010101 0 100101 101110 100111 1011 11101 101111

Color Harmonies of #9C6255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6255

Black with #9C6255

Text Example


Text Example

White with #9C6255

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,98,85); }

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

background-color css

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

 a { background-color: rgb(156,98,85); }

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

border-color css

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

 span { border-color: rgb(156,98,85); }

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