Html Css Color HEX #995A58 Rose Taupe

📋 copy color: '#995A58'

red 153 ◦ green 90 ◦ blue 88

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

Shades of Rose Taupe #995A58

Tints of Rose Taupe #995A58

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.19%

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

R = 46.22%
G = 27.19%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.42

 K value IS 0.4

RGB Variations

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

Color information

#995A58 (or 0x995A58) is known color: Rose Taupe. HEX triplet: 99, 5A and 58. RGB value is (153,90,88). Sum of RGB (Red+Green+Blue) = 153+90+88=331 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.22% from 331); Green value is 90 (35.55% from 255 or 27.19% from 331); Blue value is 88 (34.77% from 255 or 26.59% from 331); Max value from RGB is 153 - color contains mainly: red. Hex color #995A58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995A58 is #66A5A7. Grayscale: #6C6C6C. Windows color (decimal): -6727080 or 5790361. OLE color: 5790361.

HSL color Cylindrical-coordinate representation of color #995A58: hue angle of 1.85º 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 #995A58 is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 90 88 -
CMYK 0 0.41 0.42 0.4
HSL 1.85º 0.27% 0.47% -
HSV(B) 1.85º 0.42% 0.6% -
XYZ 18.55 14.79 11.11 -
YUV 108.61 116.37 159.66 -
System Red Green Blue C M Y K H S L
Decimal 153 90 88 0 0.41 0.42 0.4 1.85 0.27 0.47
Hex 99 5A 58 0 29 2A 28 2 1B 2F
Octal 231 132 130 0 51 52 50 2 33 57
Binary 10011001 1011010 1011000 0 101001 101010 101000 10 11011 101111

Color Harmonies of #995A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995A58

Black with #995A58

Text Example


Text Example

White with #995A58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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