Html Css Color HEX #94614B Spicy Mix

📋 copy color: '#94614B'

red 148 ◦ green 97 ◦ blue 75

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

Shades of Spicy Mix #94614B

Tints of Spicy Mix #94614B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.44%

R = 46.25%
G = 30.31%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#94614B (or 0x94614B) is known color: Spicy Mix. HEX triplet: 94, 61 and 4B. RGB value is (148,97,75). Sum of RGB (Red+Green+Blue) = 148+97+75=320 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.25% from 320); Green value is 97 (38.28% from 255 or 30.31% from 320); Blue value is 75 (29.69% from 255 or 23.44% from 320); Max value from RGB is 148 - color contains mainly: red. Hex color #94614B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94614B is #6B9EB4. Grayscale: #6D6D6D. Windows color (decimal): -7052981 or 4940180. OLE color: 4940180.

HSL color Cylindrical-coordinate representation of color #94614B: hue angle of 18.08º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #94614B is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 97 75 -
CMYK 0 0.34 0.49 0.42
HSL 18.08º 0.33% 0.44% -
HSV(B) 18.08º 0.49% 0.58% -
XYZ 17.76 15.35 8.68 -
YUV 109.74 108.4 155.29 -
System Red Green Blue C M Y K H S L
Decimal 148 97 75 0 0.34 0.49 0.42 18.08 0.33 0.44
Hex 94 61 4B 0 22 31 2A 12 21 2C
Octal 224 141 113 0 42 61 52 22 41 54
Binary 10010100 1100001 1001011 0 100010 110001 101010 10010 100001 101100

Color Harmonies of #94614B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94614B

Black with #94614B

Text Example


Text Example

White with #94614B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94614B; }

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

 H1.HeaderClassName
 {
   color: #94614B;
 }
 .AnyTagClassName
 {
   color: #94614B;
 }
</style>

background-color css

<style>
 a { background-color: #94614B; }

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

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

border-color css

<style>
 span { border-color: #94614B; }

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

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