Html Css Color HEX #93635F Rose Taupe

📋 copy color: '#93635F'

red 147 ◦ green 99 ◦ blue 95

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

Shades of Rose Taupe #93635F

Tints of Rose Taupe #93635F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.03%

 BLUE value IS 95 (37.5% from 255) = 27.86%

R = 43.11%
G = 29.03%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#93635F (or 0x93635F) is known color: Rose Taupe. HEX triplet: 93, 63 and 5F. RGB value is (147,99,95). Sum of RGB (Red+Green+Blue) = 147+99+95=341 (45% of max value = 765). Red value is 147 (57.81% from 255 or 43.11% from 341); Green value is 99 (39.06% from 255 or 29.03% from 341); Blue value is 95 (37.5% from 255 or 27.86% from 341); Max value from RGB is 147 - color contains mainly: red. Hex color #93635F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93635F is #6C9CA0. Grayscale: #707070. Windows color (decimal): -7117985 or 6251411. OLE color: 6251411.

HSL color Cylindrical-coordinate representation of color #93635F: hue angle of 4.62º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #93635F is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 99 95 -
CMYK 0 0.33 0.35 0.42
HSL 4.62º 0.21% 0.47% -
HSV(B) 4.62º 0.35% 0.58% -
XYZ 18.56 15.95 12.93 -
YUV 112.9 117.9 152.33 -
System Red Green Blue C M Y K H S L
Decimal 147 99 95 0 0.33 0.35 0.42 4.62 0.21 0.47
Hex 93 63 5F 0 21 23 2A 5 15 2F
Octal 223 143 137 0 41 43 52 5 25 57
Binary 10010011 1100011 1011111 0 100001 100011 101010 101 10101 101111

Color Harmonies of #93635F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93635F

Black with #93635F

Text Example


Text Example

White with #93635F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93635F; }

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

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

background-color css

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

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

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

border-color css

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

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

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