Html Css Color HEX #905E5D Rose Taupe

📋 copy color: '#905E5D'

red 144 ◦ green 94 ◦ blue 93

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

Shades of Rose Taupe #905E5D

Tints of Rose Taupe #905E5D

RGB

 RED value IS 144 (56.64% from 255) = 43.5%

 GREEN value IS 94 (37.11% from 255) = 28.4%

 BLUE value IS 93 (36.72% from 255) = 28.1%

R = 43.5%
G = 28.4%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.35

 K value IS 0.44

RGB Variations

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

Color information

#905E5D (or 0x905E5D) is known color: Rose Taupe. HEX triplet: 90, 5E and 5D. RGB value is (144,94,93). Sum of RGB (Red+Green+Blue) = 144+94+93=331 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.50% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 144 - color contains mainly: red. Hex color #905E5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905E5D is #6FA1A2. Grayscale: #6C6C6C. Windows color (decimal): -7315875 or 6119056. OLE color: 6119056.

HSL color Cylindrical-coordinate representation of color #905E5D: hue angle of 1.18º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #905E5D is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 94 93 -
CMYK 0 0.35 0.35 0.44
HSL 1.18º 0.22% 0.46% -
HSV(B) 1.18º 0.35% 0.56% -
XYZ 17.48 14.73 12.28 -
YUV 108.84 119.07 153.08 -
System Red Green Blue C M Y K H S L
Decimal 144 94 93 0 0.35 0.35 0.44 1.18 0.22 0.46
Hex 90 5E 5D 0 23 23 2C 1 16 2E
Octal 220 136 135 0 43 43 54 1 26 56
Binary 10010000 1011110 1011101 0 100011 100011 101100 1 10110 101110

Color Harmonies of #905E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #905E5D

Black with #905E5D

Text Example


Text Example

White with #905E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #905E5D; }

 p { color: rgb(144,94,93); }

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

background-color css

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

 a { background-color: rgb(144,94,93); }

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

border-color css

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

 span { border-color: rgb(144,94,93); }

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