Html Css Color HEX #9C6652 Au Chico

📋 copy color: '#9C6652'

red 156 ◦ green 102 ◦ blue 82

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

Shades of Au Chico #9C6652

Tints of Au Chico #9C6652

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30%

 BLUE value IS 82 (32.42% from 255) = 24.12%

R = 45.88%
G = 30%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.47

 K value IS 0.39

RGB Variations

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

Color information

#9C6652 (or 0x9C6652) is known color: Au Chico. HEX triplet: 9C, 66 and 52. RGB value is (156,102,82). Sum of RGB (Red+Green+Blue) = 156+102+82=340 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.88% from 340); Green value is 102 (40.23% from 255 or 30% from 340); Blue value is 82 (32.42% from 255 or 24.12% from 340); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6652 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6652 is #6399AD. Grayscale: #737373. Windows color (decimal): -6527406 or 5400220. OLE color: 5400220.

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

Color convert

RGB 156 102 82 -
CMYK 0 0.35 0.47 0.39
HSL 16.22º 0.31% 0.47% -
HSV(B) 16.22º 0.47% 0.61% -
XYZ 19.98 17.18 10.25 -
YUV 115.87 108.89 156.63 -
System Red Green Blue C M Y K H S L
Decimal 156 102 82 0 0.35 0.47 0.39 16.22 0.31 0.47
Hex 9C 66 52 0 23 2F 27 10 1F 2F
Octal 234 146 122 0 43 57 47 20 37 57
Binary 10011100 1100110 1010010 0 100011 101111 100111 10000 11111 101111

Color Harmonies of #9C6652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6652

Black with #9C6652

Text Example


Text Example

White with #9C6652

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,102,82); }

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

background-color css

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

 a { background-color: rgb(156,102,82); }

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

border-color css

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

 span { border-color: rgb(156,102,82); }

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