Html Css Color HEX #956454 Au Chico

📋 copy color: '#956454'

red 149 ◦ green 100 ◦ blue 84

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

Shades of Au Chico #956454

Tints of Au Chico #956454

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 25.23%

R = 44.74%
G = 30.03%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#956454 (or 0x956454) is known color: Au Chico. HEX triplet: 95, 64 and 54. RGB value is (149,100,84). Sum of RGB (Red+Green+Blue) = 149+100+84=333 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.74% from 333); Green value is 100 (39.45% from 255 or 30.03% from 333); Blue value is 84 (33.20% from 255 or 25.23% from 333); Max value from RGB is 149 - color contains mainly: red. Hex color #956454 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956454 is #6A9BAB. Grayscale: #707070. Windows color (decimal): -6986668 or 5530773. OLE color: 5530773.

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

Color convert

RGB 149 100 84 -
CMYK 0 0.33 0.44 0.42
HSL 14.77º 0.28% 0.46% -
HSV(B) 14.77º 0.44% 0.58% -
XYZ 18.55 16.14 10.53 -
YUV 112.83 111.73 153.8 -
System Red Green Blue C M Y K H S L
Decimal 149 100 84 0 0.33 0.44 0.42 14.77 0.28 0.46
Hex 95 64 54 0 21 2C 2A F 1C 2E
Octal 225 144 124 0 41 54 52 17 34 56
Binary 10010101 1100100 1010100 0 100001 101100 101010 1111 11100 101110

Color Harmonies of #956454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956454

Black with #956454

Text Example


Text Example

White with #956454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956454; }

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

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

background-color css

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

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

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

border-color css

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

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

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