Html Css Color HEX #956555 Au Chico

📋 copy color: '#956555'

red 149 ◦ green 101 ◦ blue 85

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

Shades of Au Chico #956555

Tints of Au Chico #956555

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.15%

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

R = 44.48%
G = 30.15%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.43

 K value IS 0.42

RGB Variations

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

Color information

#956555 (or 0x956555) is known color: Au Chico. HEX triplet: 95, 65 and 55. RGB value is (149,101,85). Sum of RGB (Red+Green+Blue) = 149+101+85=335 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.48% from 335); Green value is 101 (39.84% from 255 or 30.15% from 335); Blue value is 85 (33.59% from 255 or 25.37% from 335); Max value from RGB is 149 - color contains mainly: red. Hex color #956555 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956555 is #6A9AAA. Grayscale: #717171. Windows color (decimal): -6986411 or 5596565. OLE color: 5596565.

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

Color convert

RGB 149 101 85 -
CMYK 0 0.32 0.43 0.42
HSL 15º 0.27% 0.46% -
HSV(B) 15º 0.43% 0.58% -
XYZ 18.69 16.35 10.77 -
YUV 113.53 111.9 153.3 -
System Red Green Blue C M Y K H S L
Decimal 149 101 85 0 0.32 0.43 0.42 15 0.27 0.46
Hex 95 65 55 0 20 2B 2A F 1B 2E
Octal 225 145 125 0 40 53 52 17 33 56
Binary 10010101 1100101 1010101 0 100000 101011 101010 1111 11011 101110

Color Harmonies of #956555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956555

Black with #956555

Text Example


Text Example

White with #956555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956555; }

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

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

background-color css

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

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

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

border-color css

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

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

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