Html Css Color HEX #92615E Rose Taupe

📋 copy color: '#92615E'

red 146 ◦ green 97 ◦ blue 94

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

Shades of Rose Taupe #92615E

Tints of Rose Taupe #92615E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.78%

 BLUE value IS 94 (37.11% from 255) = 27.89%

R = 43.32%
G = 28.78%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.36

 K value IS 0.43

RGB Variations

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

Color information

#92615E (or 0x92615E) is known color: Rose Taupe. HEX triplet: 92, 61 and 5E. RGB value is (146,97,94). Sum of RGB (Red+Green+Blue) = 146+97+94=337 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.32% from 337); Green value is 97 (38.28% from 255 or 28.78% from 337); Blue value is 94 (37.11% from 255 or 27.89% from 337); Max value from RGB is 146 - color contains mainly: red. Hex color #92615E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92615E is #6D9EA1. Grayscale: #6F6F6F. Windows color (decimal): -7184034 or 6185362. OLE color: 6185362.

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

Color convert

RGB 146 97 94 -
CMYK 0 0.34 0.36 0.43
HSL 3.46º 0.22% 0.47% -
HSV(B) 3.46º 0.36% 0.57% -
XYZ 18.15 15.47 12.62 -
YUV 111.31 118.23 152.74 -
System Red Green Blue C M Y K H S L
Decimal 146 97 94 0 0.34 0.36 0.43 3.46 0.22 0.47
Hex 92 61 5E 0 22 24 2B 3 16 2F
Octal 222 141 136 0 42 44 53 3 26 57
Binary 10010010 1100001 1011110 0 100010 100100 101011 11 10110 101111

Color Harmonies of #92615E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92615E

Black with #92615E

Text Example


Text Example

White with #92615E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92615E; }

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

 H1.HeaderClassName
 {
   color: #92615E;
 }
 .AnyTagClassName
 {
   color: #92615E;
 }
</style>

background-color css

<style>
 a { background-color: #92615E; }

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

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

border-color css

<style>
 span { border-color: #92615E; }

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

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