Html Css Color HEX #9C6B5D Au Chico

📋 copy color: '#9C6B5D'

red 156 ◦ green 107 ◦ blue 93

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

Shades of Au Chico #9C6B5D

Tints of Au Chico #9C6B5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.12%

R = 43.82%
G = 30.06%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.40

 K value IS 0.39

RGB Variations

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

Color information

#9C6B5D (or 0x9C6B5D) is known color: Au Chico. HEX triplet: 9C, 6B and 5D. RGB value is (156,107,93). Sum of RGB (Red+Green+Blue) = 156+107+93=356 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.82% from 356); Green value is 107 (42.19% from 255 or 30.06% from 356); Blue value is 93 (36.72% from 255 or 26.12% from 356); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6B5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6B5D is #6394A2. Grayscale: #787878. Windows color (decimal): -6526115 or 6122396. OLE color: 6122396.

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

Color convert

RGB 156 107 93 -
CMYK 0 0.31 0.40 0.39
HSL 13.33º 0.25% 0.49% -
HSV(B) 13.33º 0.4% 0.61% -
XYZ 20.94 18.37 12.8 -
YUV 120.06 112.73 153.64 -
System Red Green Blue C M Y K H S L
Decimal 156 107 93 0 0.31 0.40 0.39 13.33 0.25 0.49
Hex 9C 6B 5D 0 1F 28 27 D 19 31
Octal 234 153 135 0 37 50 47 15 31 61
Binary 10011100 1101011 1011101 0 11111 101000 100111 1101 11001 110001

Color Harmonies of #9C6B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6B5D

Black with #9C6B5D

Text Example


Text Example

White with #9C6B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,107,93); }

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

background-color css

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

 a { background-color: rgb(156,107,93); }

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

border-color css

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

 span { border-color: rgb(156,107,93); }

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