Html Css Color HEX #956659 Au Chico

📋 copy color: '#956659'

red 149 ◦ green 102 ◦ blue 89

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

Shades of Au Chico #956659

Tints of Au Chico #956659

RGB

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

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

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

R = 43.82%
G = 30%
B = 26.18%

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

#956659 (or 0x956659) is known color: Au Chico. HEX triplet: 95, 66 and 59. RGB value is (149,102,89). Sum of RGB (Red+Green+Blue) = 149+102+89=340 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.82% from 340); Green value is 102 (40.23% from 255 or 30% from 340); Blue value is 89 (35.16% from 255 or 26.18% from 340); Max value from RGB is 149 - color contains mainly: red. Hex color #956659 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956659 is #6A99A6. Grayscale: #727272. Windows color (decimal): -6986151 or 5858965. OLE color: 5858965.

HSL color Cylindrical-coordinate representation of color #956659: hue angle of 13º 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 #956659 is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 102 89 -
CMYK 0 0.32 0.40 0.42
HSL 13º 0.25% 0.47% -
HSV(B) 13º 0.4% 0.58% -
XYZ 18.95 16.61 11.66 -
YUV 114.57 113.57 152.56 -
System Red Green Blue C M Y K H S L
Decimal 149 102 89 0 0.32 0.40 0.42 13 0.25 0.47
Hex 95 66 59 0 20 28 2A D 19 2F
Octal 225 146 131 0 40 50 52 15 31 57
Binary 10010101 1100110 1011001 0 100000 101000 101010 1101 11001 101111

Color Harmonies of #956659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956659

Black with #956659

Text Example


Text Example

White with #956659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956659; }

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

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

background-color css

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

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

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

border-color css

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

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

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