Html Css Color HEX #94615E Rose Taupe

📋 copy color: '#94615E'

red 148 ◦ green 97 ◦ blue 94

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

Shades of Rose Taupe #94615E

Tints of Rose Taupe #94615E

RGB

 RED value IS 148 (58.2% from 255) = 43.66%

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

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

R = 43.66%
G = 28.61%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#94615E (or 0x94615E) is known color: Rose Taupe. HEX triplet: 94, 61 and 5E. RGB value is (148,97,94). Sum of RGB (Red+Green+Blue) = 148+97+94=339 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.66% from 339); Green value is 97 (38.28% from 255 or 28.61% from 339); Blue value is 94 (37.11% from 255 or 27.73% from 339); Max value from RGB is 148 - color contains mainly: red. Hex color #94615E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94615E is #6B9EA1. Grayscale: #6F6F6F. Windows color (decimal): -7052962 or 6185364. OLE color: 6185364.

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

Color convert

RGB 148 97 94 -
CMYK 0 0.34 0.36 0.42
HSL 3.33º 0.22% 0.47% -
HSV(B) 3.33º 0.36% 0.58% -
XYZ 18.51 15.65 12.64 -
YUV 111.91 117.9 153.74 -
System Red Green Blue C M Y K H S L
Decimal 148 97 94 0 0.34 0.36 0.42 3.33 0.22 0.47
Hex 94 61 5E 0 22 24 2A 3 16 2F
Octal 224 141 136 0 42 44 52 3 26 57
Binary 10010100 1100001 1011110 0 100010 100100 101010 11 10110 101111

Color Harmonies of #94615E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94615E

Black with #94615E

Text Example


Text Example

White with #94615E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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