Html Css Color HEX #935F59 Rose Taupe

📋 copy color: '#935F59'

red 147 ◦ green 95 ◦ blue 89

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

Shades of Rose Taupe #935F59

Tints of Rose Taupe #935F59

RGB

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

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

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

R = 44.41%
G = 28.7%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.39

 K value IS 0.42

RGB Variations

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

Color information

#935F59 (or 0x935F59) is known color: Rose Taupe. HEX triplet: 93, 5F and 59. RGB value is (147,95,89). Sum of RGB (Red+Green+Blue) = 147+95+89=331 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.41% from 331); Green value is 95 (37.5% from 255 or 28.70% from 331); Blue value is 89 (35.16% from 255 or 26.89% from 331); Max value from RGB is 147 - color contains mainly: red. Hex color #935F59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935F59 is #6CA0A6. Grayscale: #6D6D6D. Windows color (decimal): -7119015 or 5857171. OLE color: 5857171.

HSL color Cylindrical-coordinate representation of color #935F59: hue angle of 6.21º 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 #935F59 is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 95 89 -
CMYK 0 0.35 0.39 0.42
HSL 6.21º 0.25% 0.46% -
HSV(B) 6.21º 0.39% 0.58% -
XYZ 17.93 15.11 11.42 -
YUV 109.86 116.23 154.49 -
System Red Green Blue C M Y K H S L
Decimal 147 95 89 0 0.35 0.39 0.42 6.21 0.25 0.46
Hex 93 5F 59 0 23 27 2A 6 19 2E
Octal 223 137 131 0 43 47 52 6 31 56
Binary 10010011 1011111 1011001 0 100011 100111 101010 110 11001 101110

Color Harmonies of #935F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935F59

Black with #935F59

Text Example


Text Example

White with #935F59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #935F59; }

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

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

background-color css

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

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

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

border-color css

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

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

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