Html Css Color HEX #956155 Au Chico

📋 copy color: '#956155'

red 149 ◦ green 97 ◦ blue 85

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

Shades of Au Chico #956155

Tints of Au Chico #956155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 25.68%

R = 45.02%
G = 29.31%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.43

 K value IS 0.42

RGB Variations

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

Color information

#956155 (or 0x956155) is known color: Au Chico. HEX triplet: 95, 61 and 55. RGB value is (149,97,85). Sum of RGB (Red+Green+Blue) = 149+97+85=331 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.02% from 331); Green value is 97 (38.28% from 255 or 29.31% from 331); Blue value is 85 (33.59% from 255 or 25.68% from 331); Max value from RGB is 149 - color contains mainly: red. Hex color #956155 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956155 is #6A9EAA. Grayscale: #6F6F6F. Windows color (decimal): -6987435 or 5595541. OLE color: 5595541.

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

Color convert

RGB 149 97 85 -
CMYK 0 0.35 0.43 0.42
HSL 11.25º 0.27% 0.46% -
HSV(B) 11.25º 0.43% 0.58% -
XYZ 18.31 15.59 10.64 -
YUV 111.18 113.23 154.98 -
System Red Green Blue C M Y K H S L
Decimal 149 97 85 0 0.35 0.43 0.42 11.25 0.27 0.46
Hex 95 61 55 0 23 2B 2A B 1B 2E
Octal 225 141 125 0 43 53 52 13 33 56
Binary 10010101 1100001 1010101 0 100011 101011 101010 1011 11011 101110

Color Harmonies of #956155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956155

Black with #956155

Text Example


Text Example

White with #956155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956155; }

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

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

background-color css

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

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

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

border-color css

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

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

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