Html Css Color HEX #6E493E Spice

📋 copy color: '#6E493E'

red 110 ◦ green 73 ◦ blue 62

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

Shades of Spice #6E493E

Tints of Spice #6E493E

RGB

 RED value IS 110 (43.36% from 255) = 44.9%

 GREEN value IS 73 (28.91% from 255) = 29.8%

 BLUE value IS 62 (24.61% from 255) = 25.31%

R = 44.9%
G = 29.8%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.44

 K value IS 0.57

RGB Variations

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

Color information

#6E493E (or 0x6E493E) is known color: Spice. HEX triplet: 6E, 49 and 3E. RGB value is (110,73,62). Sum of RGB (Red+Green+Blue) = 110+73+62=245 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.90% from 245); Green value is 73 (28.91% from 255 or 29.80% from 245); Blue value is 62 (24.61% from 255 or 25.31% from 245); Max value from RGB is 110 - color contains mainly: red. Hex color #6E493E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E493E is #91B6C1. Grayscale: #525252. Windows color (decimal): -9549506 or 4082030. OLE color: 4082030.

HSL color Cylindrical-coordinate representation of color #6E493E: hue angle of 13.75º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6E493E is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 73 62 -
CMYK 0 0.34 0.44 0.57
HSL 13.75º 0.28% 0.34% -
HSV(B) 13.75º 0.44% 0.43% -
XYZ 9.68 8.43 5.67 -
YUV 82.81 116.26 147.39 -
System Red Green Blue C M Y K H S L
Decimal 110 73 62 0 0.34 0.44 0.57 13.75 0.28 0.34
Hex 6E 49 3E 0 22 2C 39 E 1C 22
Octal 156 111 76 0 42 54 71 16 34 42
Binary 1101110 1001001 111110 0 100010 101100 111001 1110 11100 100010

Color Harmonies of #6E493E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E493E

Black with #6E493E

Text Example


Text Example

White with #6E493E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6E493E; }

 p { color: rgb(110,73,62); }

 H1.HeaderClassName
 {
   color: #6E493E;
 }
 .AnyTagClassName
 {
   color: #6E493E;
 }
</style>

background-color css

<style>
 a { background-color: #6E493E; }

 a { background-color: rgb(110,73,62); }

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

border-color css

<style>
 span { border-color: #6E493E; }

 span { border-color: rgb(110,73,62); }

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