Html Css Color HEX #956455 Au Chico

📋 copy color: '#956455'

red 149 ◦ green 100 ◦ blue 85

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

Shades of Au Chico #956455

Tints of Au Chico #956455

RGB

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

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

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

R = 44.61%
G = 29.94%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.43

 K value IS 0.42

RGB Variations

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

Color information

#956455 (or 0x956455) is known color: Au Chico. HEX triplet: 95, 64 and 55. RGB value is (149,100,85). Sum of RGB (Red+Green+Blue) = 149+100+85=334 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.61% from 334); Green value is 100 (39.45% from 255 or 29.94% from 334); Blue value is 85 (33.59% from 255 or 25.45% from 334); Max value from RGB is 149 - color contains mainly: red. Hex color #956455 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956455 is #6A9BAA. Grayscale: #717171. Windows color (decimal): -6986667 or 5596309. OLE color: 5596309.

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

Color convert

RGB 149 100 85 -
CMYK 0 0.33 0.43 0.42
HSL 14.06º 0.27% 0.46% -
HSV(B) 14.06º 0.43% 0.58% -
XYZ 18.59 16.16 10.73 -
YUV 112.94 112.23 153.72 -
System Red Green Blue C M Y K H S L
Decimal 149 100 85 0 0.33 0.43 0.42 14.06 0.27 0.46
Hex 95 64 55 0 21 2B 2A E 1B 2E
Octal 225 144 125 0 41 53 52 16 33 56
Binary 10010101 1100100 1010101 0 100001 101011 101010 1110 11011 101110

Color Harmonies of #956455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956455

Black with #956455

Text Example


Text Example

White with #956455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956455; }

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

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

background-color css

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

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

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

border-color css

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

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

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