Html Css Color HEX #956658 Au Chico

📋 copy color: '#956658'

red 149 ◦ green 102 ◦ blue 88

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

Shades of Au Chico #956658

Tints of Au Chico #956658

RGB

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

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

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

R = 43.95%
G = 30.09%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.41

 K value IS 0.42

RGB Variations

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

Color information

#956658 (or 0x956658) is known color: Au Chico. HEX triplet: 95, 66 and 58. RGB value is (149,102,88). Sum of RGB (Red+Green+Blue) = 149+102+88=339 (44% of max value = 765). Red value is 149 (58.59% from 255 or 43.95% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 88 (34.77% from 255 or 25.96% from 339); Max value from RGB is 149 - color contains mainly: red. Hex color #956658 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956658 is #6A99A7. Grayscale: #727272. Windows color (decimal): -6986152 or 5793429. OLE color: 5793429.

HSL color Cylindrical-coordinate representation of color #956658: hue angle of 13.77º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #956658 is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 102 88 -
CMYK 0 0.32 0.41 0.42
HSL 13.77º 0.26% 0.46% -
HSV(B) 13.77º 0.41% 0.58% -
XYZ 18.91 16.6 11.44 -
YUV 114.46 113.07 152.64 -
System Red Green Blue C M Y K H S L
Decimal 149 102 88 0 0.32 0.41 0.42 13.77 0.26 0.46
Hex 95 66 58 0 20 29 2A E 1A 2E
Octal 225 146 130 0 40 51 52 16 32 56
Binary 10010101 1100110 1011000 0 100000 101001 101010 1110 11010 101110

Color Harmonies of #956658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956658

Black with #956658

Text Example


Text Example

White with #956658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956658; }

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

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

background-color css

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

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

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

border-color css

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

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

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