Html Css Color HEX #956559 Au Chico

📋 copy color: '#956559'

red 149 ◦ green 101 ◦ blue 89

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

Shades of Au Chico #956559

Tints of Au Chico #956559

RGB

 RED value IS 149 (58.59% from 255) = 43.95%

 GREEN value IS 101 (39.84% from 255) = 29.79%

 BLUE value IS 89 (35.16% from 255) = 26.25%

R = 43.95%
G = 29.79%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#956559 (or 0x956559) is known color: Au Chico. HEX triplet: 95, 65 and 59. RGB value is (149,101,89). Sum of RGB (Red+Green+Blue) = 149+101+89=339 (44% of max value = 765). Red value is 149 (58.59% from 255 or 43.95% from 339); Green value is 101 (39.84% from 255 or 29.79% from 339); Blue value is 89 (35.16% from 255 or 26.25% from 339); Max value from RGB is 149 - color contains mainly: red. Hex color #956559 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956559 is #6A9AA6. Grayscale: #727272. Windows color (decimal): -6986407 or 5858709. OLE color: 5858709.

HSL color Cylindrical-coordinate representation of color #956559: hue angle of 12º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #956559 is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 101 89 -
CMYK 0 0.32 0.40 0.42
HSL 12º 0.25% 0.47% -
HSV(B) 12º 0.4% 0.58% -
XYZ 18.85 16.42 11.63 -
YUV 113.98 113.9 152.98 -
System Red Green Blue C M Y K H S L
Decimal 149 101 89 0 0.32 0.40 0.42 12 0.25 0.47
Hex 95 65 59 0 20 28 2A C 19 2F
Octal 225 145 131 0 40 50 52 14 31 57
Binary 10010101 1100101 1011001 0 100000 101000 101010 1100 11001 101111

Color Harmonies of #956559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956559

Black with #956559

Text Example


Text Example

White with #956559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956559; }

 p { color: rgb(149,101,89); }

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

background-color css

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

 a { background-color: rgb(149,101,89); }

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

border-color css

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

 span { border-color: rgb(149,101,89); }

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