Html Css Color HEX #925C5B Rose Taupe

📋 copy color: '#925C5B'

red 146 ◦ green 92 ◦ blue 91

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

Shades of Rose Taupe #925C5B

Tints of Rose Taupe #925C5B

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.96%

 BLUE value IS 91 (35.94% from 255) = 27.66%

R = 44.38%
G = 27.96%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.38

 K value IS 0.43

RGB Variations

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

Color information

#925C5B (or 0x925C5B) is known color: Rose Taupe. HEX triplet: 92, 5C and 5B. RGB value is (146,92,91). Sum of RGB (Red+Green+Blue) = 146+92+91=329 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.38% from 329); Green value is 92 (36.33% from 255 or 27.96% from 329); Blue value is 91 (35.94% from 255 or 27.66% from 329); Max value from RGB is 146 - color contains mainly: red. Hex color #925C5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925C5B is #6DA3A4. Grayscale: #6C6C6C. Windows color (decimal): -7185317 or 5987474. OLE color: 5987474.

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

Color convert

RGB 146 92 91 -
CMYK 0 0.37 0.38 0.43
HSL 1.09º 0.23% 0.46% -
HSV(B) 1.09º 0.38% 0.57% -
XYZ 17.57 14.52 11.77 -
YUV 108.03 118.39 155.08 -
System Red Green Blue C M Y K H S L
Decimal 146 92 91 0 0.37 0.38 0.43 1.09 0.23 0.46
Hex 92 5C 5B 0 25 26 2B 1 17 2E
Octal 222 134 133 0 45 46 53 1 27 56
Binary 10010010 1011100 1011011 0 100101 100110 101011 1 10111 101110

Color Harmonies of #925C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925C5B

Black with #925C5B

Text Example


Text Example

White with #925C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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