Html Css Color HEX #956056 Au Chico

📋 copy color: '#956056'

red 149 ◦ green 96 ◦ blue 86

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

Shades of Au Chico #956056

Tints of Au Chico #956056

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29%

 BLUE value IS 86 (33.98% from 255) = 25.98%

R = 45.02%
G = 29%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#956056 (or 0x956056) is known color: Au Chico. HEX triplet: 95, 60 and 56. RGB value is (149,96,86). Sum of RGB (Red+Green+Blue) = 149+96+86=331 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.02% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 86 (33.98% from 255 or 25.98% from 331); Max value from RGB is 149 - color contains mainly: red. Hex color #956056 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956056 is #6A9FA9. Grayscale: #6E6E6E. Windows color (decimal): -6987690 or 5660821. OLE color: 5660821.

HSL color Cylindrical-coordinate representation of color #956056: hue angle of 9.52º degrees, saturation: 0.27, 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 #956056 is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 96 86 -
CMYK 0 0.36 0.42 0.42
HSL 9.52º 0.27% 0.46% -
HSV(B) 9.52º 0.42% 0.58% -
XYZ 18.26 15.43 10.82 -
YUV 110.71 114.06 155.31 -
System Red Green Blue C M Y K H S L
Decimal 149 96 86 0 0.36 0.42 0.42 9.52 0.27 0.46
Hex 95 60 56 0 24 2A 2A A 1B 2E
Octal 225 140 126 0 44 52 52 12 33 56
Binary 10010101 1100000 1010110 0 100100 101010 101010 1010 11011 101110

Color Harmonies of #956056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956056

Black with #956056

Text Example


Text Example

White with #956056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956056; }

 p { color: rgb(149,96,86); }

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

background-color css

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

 a { background-color: rgb(149,96,86); }

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

border-color css

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

 span { border-color: rgb(149,96,86); }

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