Html Css Color HEX #925E58 Rose Taupe

📋 copy color: '#925E58'

red 146 ◦ green 94 ◦ blue 88

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

Shades of Rose Taupe #925E58

Tints of Rose Taupe #925E58

RGB

 RED value IS 146 (57.42% from 255) = 44.51%

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

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

R = 44.51%
G = 28.66%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.40

 K value IS 0.43

RGB Variations

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

Color information

#925E58 (or 0x925E58) is known color: Rose Taupe. HEX triplet: 92, 5E and 58. RGB value is (146,94,88). Sum of RGB (Red+Green+Blue) = 146+94+88=328 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.51% from 328); Green value is 94 (37.11% from 255 or 28.66% from 328); Blue value is 88 (34.77% from 255 or 26.83% from 328); Max value from RGB is 146 - color contains mainly: red. Hex color #925E58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925E58 is #6DA1A7. Grayscale: #6C6C6C. Windows color (decimal): -7184808 or 5791378. OLE color: 5791378.

HSL color Cylindrical-coordinate representation of color #925E58: hue angle of 6.21º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #925E58 is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 94 88 -
CMYK 0 0.36 0.40 0.43
HSL 6.21º 0.25% 0.46% -
HSV(B) 6.21º 0.4% 0.57% -
XYZ 17.62 14.82 11.16 -
YUV 108.86 116.23 154.49 -
System Red Green Blue C M Y K H S L
Decimal 146 94 88 0 0.36 0.40 0.43 6.21 0.25 0.46
Hex 92 5E 58 0 24 28 2B 6 19 2E
Octal 222 136 130 0 44 50 53 6 31 56
Binary 10010010 1011110 1011000 0 100100 101000 101011 110 11001 101110

Color Harmonies of #925E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925E58

Black with #925E58

Text Example


Text Example

White with #925E58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925E58; }

 p { color: rgb(146,94,88); }

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

background-color css

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

 a { background-color: rgb(146,94,88); }

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

border-color css

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

 span { border-color: rgb(146,94,88); }

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