Html Css Color HEX #935959 Rose Taupe

📋 copy color: '#935959'

red 147 ◦ green 89 ◦ blue 89

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

Shades of Rose Taupe #935959

Tints of Rose Taupe #935959

RGB

 RED value IS 147 (57.81% from 255) = 45.23%

 GREEN value IS 89 (35.16% from 255) = 27.38%

 BLUE value IS 89 (35.16% from 255) = 27.38%

R = 45.23%
G = 27.38%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.39

 K value IS 0.42

RGB Variations

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

Color information

#935959 (or 0x935959) is known color: Rose Taupe. HEX triplet: 93, 59 and 59. RGB value is (147,89,89). Sum of RGB (Red+Green+Blue) = 147+89+89=325 (43% of max value = 765). Red value is 147 (57.81% from 255 or 45.23% from 325); Green value is 89 (35.16% from 255 or 27.38% from 325); Blue value is 89 (35.16% from 255 or 27.38% from 325); Max value from RGB is 147 - color contains mainly: red. Hex color #935959 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935959 is #6CA6A6. Grayscale: #6A6A6A. Windows color (decimal): -7120551 or 5855635. OLE color: 5855635.

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

Color convert

RGB 147 89 89 -
CMYK 0 0.39 0.39 0.42
HSL 0.25% 0.46% -
HSV(B) 0.39% 0.58% -
XYZ 17.41 14.07 11.25 -
YUV 106.34 118.22 157 -
System Red Green Blue C M Y K H S L
Decimal 147 89 89 0 0.39 0.39 0.42 0 0.25 0.46
Hex 93 59 59 0 27 27 2A 0 19 2E
Octal 223 131 131 0 47 47 52 0 31 56
Binary 10010011 1011001 1011001 0 100111 100111 101010 0 11001 101110

Color Harmonies of #935959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935959

Black with #935959

Text Example


Text Example

White with #935959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #935959; }

 p { color: rgb(147,89,89); }

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

background-color css

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

 a { background-color: rgb(147,89,89); }

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

border-color css

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

 span { border-color: rgb(147,89,89); }

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