Html Css Color HEX #956256 Au Chico

📋 copy color: '#956256'

red 149 ◦ green 98 ◦ blue 86

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

Shades of Au Chico #956256

Tints of Au Chico #956256

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.43%

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

R = 44.74%
G = 29.43%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#956256 (or 0x956256) is known color: Au Chico. HEX triplet: 95, 62 and 56. RGB value is (149,98,86). Sum of RGB (Red+Green+Blue) = 149+98+86=333 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.74% from 333); Green value is 98 (38.67% from 255 or 29.43% from 333); Blue value is 86 (33.98% from 255 or 25.83% from 333); Max value from RGB is 149 - color contains mainly: red. Hex color #956256 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956256 is #6A9DA9. Grayscale: #6F6F6F. Windows color (decimal): -6987178 or 5661333. OLE color: 5661333.

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

Color convert

RGB 149 98 86 -
CMYK 0 0.34 0.42 0.42
HSL 11.43º 0.27% 0.46% -
HSV(B) 11.43º 0.42% 0.58% -
XYZ 18.44 15.8 10.88 -
YUV 111.88 113.4 154.48 -
System Red Green Blue C M Y K H S L
Decimal 149 98 86 0 0.34 0.42 0.42 11.43 0.27 0.46
Hex 95 62 56 0 22 2A 2A B 1B 2E
Octal 225 142 126 0 42 52 52 13 33 56
Binary 10010101 1100010 1010110 0 100010 101010 101010 1011 11011 101110

Color Harmonies of #956256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956256

Black with #956256

Text Example


Text Example

White with #956256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956256; }

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

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

background-color css

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

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

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

border-color css

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

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

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