Html Css Color HEX #925E5C Rose Taupe

📋 copy color: '#925E5C'

red 146 ◦ green 94 ◦ blue 92

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

Shades of Rose Taupe #925E5C

Tints of Rose Taupe #925E5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.71%

R = 43.98%
G = 28.31%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.37

 K value IS 0.43

RGB Variations

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

Color information

#925E5C (or 0x925E5C) is known color: Rose Taupe. HEX triplet: 92, 5E and 5C. RGB value is (146,94,92). Sum of RGB (Red+Green+Blue) = 146+94+92=332 (43% of max value = 765). Red value is 146 (57.42% from 255 or 43.98% from 332); Green value is 94 (37.11% from 255 or 28.31% from 332); Blue value is 92 (36.33% from 255 or 27.71% from 332); Max value from RGB is 146 - color contains mainly: red. Hex color #925E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925E5C is #6DA1A3. Grayscale: #6D6D6D. Windows color (decimal): -7184804 or 6053522. OLE color: 6053522.

HSL color Cylindrical-coordinate representation of color #925E5C: hue angle of 2.22º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #925E5C is Cyan = 0, Magento = 0.36, Yellow = 0.37 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 94 92 -
CMYK 0 0.36 0.37 0.43
HSL 2.22º 0.23% 0.47% -
HSV(B) 2.22º 0.37% 0.57% -
XYZ 17.79 14.89 12.06 -
YUV 109.32 118.23 154.16 -
System Red Green Blue C M Y K H S L
Decimal 146 94 92 0 0.36 0.37 0.43 2.22 0.23 0.47
Hex 92 5E 5C 0 24 25 2B 2 17 2F
Octal 222 136 134 0 44 45 53 2 27 57
Binary 10010010 1011110 1011100 0 100100 100101 101011 10 10111 101111

Color Harmonies of #925E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925E5C

Black with #925E5C

Text Example


Text Example

White with #925E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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