Html Css Color HEX #9C6958 Au Chico

📋 copy color: '#9C6958'

red 156 ◦ green 105 ◦ blue 88

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

Shades of Au Chico #9C6958

Tints of Au Chico #9C6958

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.09%

 BLUE value IS 88 (34.77% from 255) = 25.21%

R = 44.7%
G = 30.09%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.44

 K value IS 0.39

RGB Variations

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

Color information

#9C6958 (or 0x9C6958) is known color: Au Chico. HEX triplet: 9C, 69 and 58. RGB value is (156,105,88). Sum of RGB (Red+Green+Blue) = 156+105+88=349 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.70% from 349); Green value is 105 (41.41% from 255 or 30.09% from 349); Blue value is 88 (34.77% from 255 or 25.21% from 349); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6958 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6958 is #6396A7. Grayscale: #767676. Windows color (decimal): -6526632 or 5794204. OLE color: 5794204.

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

Color convert

RGB 156 105 88 -
CMYK 0 0.33 0.44 0.39
HSL 15º 0.28% 0.48% -
HSV(B) 15º 0.44% 0.61% -
XYZ 20.52 17.88 11.6 -
YUV 118.31 110.9 154.88 -
System Red Green Blue C M Y K H S L
Decimal 156 105 88 0 0.33 0.44 0.39 15 0.28 0.48
Hex 9C 69 58 0 21 2C 27 F 1C 30
Octal 234 151 130 0 41 54 47 17 34 60
Binary 10011100 1101001 1011000 0 100001 101100 100111 1111 11100 110000

Color Harmonies of #9C6958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6958

Black with #9C6958

Text Example


Text Example

White with #9C6958

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,105,88); }

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

background-color css

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

 a { background-color: rgb(156,105,88); }

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

border-color css

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

 span { border-color: rgb(156,105,88); }

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