Html Css Color HEX #956157 Au Chico

📋 copy color: '#956157'

red 149 ◦ green 97 ◦ blue 87

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

Shades of Au Chico #956157

Tints of Au Chico #956157

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.13%

 BLUE value IS 87 (34.38% from 255) = 26.13%

R = 44.74%
G = 29.13%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#956157 (or 0x956157) is known color: Au Chico. HEX triplet: 95, 61 and 57. RGB value is (149,97,87). Sum of RGB (Red+Green+Blue) = 149+97+87=333 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.74% from 333); Green value is 97 (38.28% from 255 or 29.13% from 333); Blue value is 87 (34.38% from 255 or 26.13% from 333); Max value from RGB is 149 - color contains mainly: red. Hex color #956157 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956157 is #6A9EA8. Grayscale: #6F6F6F. Windows color (decimal): -6987433 or 5726613. OLE color: 5726613.

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

Color convert

RGB 149 97 87 -
CMYK 0 0.35 0.42 0.42
HSL 9.68º 0.26% 0.46% -
HSV(B) 9.68º 0.42% 0.58% -
XYZ 18.39 15.63 11.06 -
YUV 111.41 114.23 154.81 -
System Red Green Blue C M Y K H S L
Decimal 149 97 87 0 0.35 0.42 0.42 9.68 0.26 0.46
Hex 95 61 57 0 23 2A 2A A 1A 2E
Octal 225 141 127 0 43 52 52 12 32 56
Binary 10010101 1100001 1010111 0 100011 101010 101010 1010 11010 101110

Color Harmonies of #956157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956157

Black with #956157

Text Example


Text Example

White with #956157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956157; }

 p { color: rgb(149,97,87); }

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

background-color css

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

 a { background-color: rgb(149,97,87); }

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

border-color css

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

 span { border-color: rgb(149,97,87); }

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