Html Css Color HEX #956456 Au Chico

📋 copy color: '#956456'

red 149 ◦ green 100 ◦ blue 86

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

Shades of Au Chico #956456

Tints of Au Chico #956456

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.85%

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

R = 44.48%
G = 29.85%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#956456 (or 0x956456) is known color: Au Chico. HEX triplet: 95, 64 and 56. RGB value is (149,100,86). Sum of RGB (Red+Green+Blue) = 149+100+86=335 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.48% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 86 (33.98% from 255 or 25.67% from 335); Max value from RGB is 149 - color contains mainly: red. Hex color #956456 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956456 is #6A9BA9. Grayscale: #717171. Windows color (decimal): -6986666 or 5661845. OLE color: 5661845.

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

Color convert

RGB 149 100 86 -
CMYK 0 0.33 0.42 0.42
HSL 13.33º 0.27% 0.46% -
HSV(B) 13.33º 0.42% 0.58% -
XYZ 18.63 16.18 10.94 -
YUV 113.06 112.73 153.64 -
System Red Green Blue C M Y K H S L
Decimal 149 100 86 0 0.33 0.42 0.42 13.33 0.27 0.46
Hex 95 64 56 0 21 2A 2A D 1B 2E
Octal 225 144 126 0 41 52 52 15 33 56
Binary 10010101 1100100 1010110 0 100001 101010 101010 1101 11011 101110

Color Harmonies of #956456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956456

Black with #956456

Text Example


Text Example

White with #956456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956456; }

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

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

background-color css

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

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

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

border-color css

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

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

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