Html Css Color HEX #995F58 Au Chico

📋 copy color: '#995F58'

red 153 ◦ green 95 ◦ blue 88

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

Shades of Au Chico #995F58

Tints of Au Chico #995F58

RGB

 RED value IS 153 (60.16% from 255) = 45.54%

 GREEN value IS 95 (37.5% from 255) = 28.27%

 BLUE value IS 88 (34.77% from 255) = 26.19%

R = 45.54%
G = 28.27%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.42

 K value IS 0.4

RGB Variations

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

Color information

#995F58 (or 0x995F58) is known color: Au Chico. HEX triplet: 99, 5F and 58. RGB value is (153,95,88). Sum of RGB (Red+Green+Blue) = 153+95+88=336 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.54% from 336); Green value is 95 (37.5% from 255 or 28.27% from 336); Blue value is 88 (34.77% from 255 or 26.19% from 336); Max value from RGB is 153 - color contains mainly: red. Hex color #995F58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995F58 is #66A0A7. Grayscale: #6F6F6F. Windows color (decimal): -6725800 or 5791641. OLE color: 5791641.

HSL color Cylindrical-coordinate representation of color #995F58: hue angle of 6.46º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #995F58 is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 95 88 -
CMYK 0 0.38 0.42 0.4
HSL 6.46º 0.27% 0.47% -
HSV(B) 6.46º 0.42% 0.6% -
XYZ 18.99 15.66 11.25 -
YUV 111.54 114.72 157.57 -
System Red Green Blue C M Y K H S L
Decimal 153 95 88 0 0.38 0.42 0.4 6.46 0.27 0.47
Hex 99 5F 58 0 26 2A 28 6 1B 2F
Octal 231 137 130 0 46 52 50 6 33 57
Binary 10011001 1011111 1011000 0 100110 101010 101000 110 11011 101111

Color Harmonies of #995F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995F58

Black with #995F58

Text Example


Text Example

White with #995F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995F58; }

 p { color: rgb(153,95,88); }

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

background-color css

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

 a { background-color: rgb(153,95,88); }

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

border-color css

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

 span { border-color: rgb(153,95,88); }

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