Html Css Color HEX #995F54 Au Chico

📋 copy color: '#995F54'

red 153 ◦ green 95 ◦ blue 84

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

Shades of Au Chico #995F54

Tints of Au Chico #995F54

RGB

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

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

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

R = 46.08%
G = 28.61%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.45

 K value IS 0.4

RGB Variations

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

Color information

#995F54 (or 0x995F54) is known color: Au Chico. HEX triplet: 99, 5F and 54. RGB value is (153,95,84). Sum of RGB (Red+Green+Blue) = 153+95+84=332 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.08% from 332); Green value is 95 (37.5% from 255 or 28.61% from 332); Blue value is 84 (33.20% from 255 or 25.30% from 332); Max value from RGB is 153 - color contains mainly: red. Hex color #995F54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995F54 is #66A0AB. Grayscale: #6F6F6F. Windows color (decimal): -6725804 or 5529497. OLE color: 5529497.

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

Color convert

RGB 153 95 84 -
CMYK 0 0.38 0.45 0.4
HSL 9.57º 0.29% 0.46% -
HSV(B) 9.57º 0.45% 0.6% -
XYZ 18.83 15.6 10.41 -
YUV 111.09 112.72 157.89 -
System Red Green Blue C M Y K H S L
Decimal 153 95 84 0 0.38 0.45 0.4 9.57 0.29 0.46
Hex 99 5F 54 0 26 2D 28 A 1D 2E
Octal 231 137 124 0 46 55 50 12 35 56
Binary 10011001 1011111 1010100 0 100110 101101 101000 1010 11101 101110

Color Harmonies of #995F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995F54

Black with #995F54

Text Example


Text Example

White with #995F54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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