#694E40

Color #694E40 Spice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spice #694E40

Tints of Spice #694E40

Color information

#694E40 (or 0x694E40) is unknown color: approx Spice. HEX triplet: 69, 4E and 40. RGB value is (105,78,64). Sum of RGB (Red+Green+Blue) = 105+78+64=247 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.51% from 247); Green value is 78 (30.86% from 255 or 31.58% from 247); Blue value is 64 (25.39% from 255 or 25.91% from 247); Max value from RGB is 105 - color contains mainly: red. Hex color #694E40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #694E40 is #96B1BF. Grayscale: #545454. Windows color (decimal): -9875904 or 4214377. OLE color: 4214377.

HSL color Cylindrical-coordinate representation of color #694E40: hue angle of 20.49º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #694E40 is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB1057864-
CMYK00.260.390.59
HSL20.49º24.26%33.14%-
HSV(B)20.49º39.05%41.18%-
XYZ9.488.826.05-
YUV84.48116.45142.64-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.51%
GREEN value IS 78 (30.86% from 255) = 31.58%
BLUE value IS 64 (25.39% from 255) = 25.91%
R=42.51%
G=31.58%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105786400.260.390.5920.4924.2633.14
Hex694E4001A273B141821
Octal1511161000324773243041
Binary1101001100111010000000110101001111110111010011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694E40; }

 p { color: rgb(105,78,64); }

 H1.HeaderClassName
 {
   color: #694E40;
 }
 .AnyTagClassName
 {
   color: #694E40;
 }
</style>
background-color css

<style>
 a { background-color: #694E40; }

 a { background-color: rgb(105,78,64); }

 div.DivClassName
 {
   background-color: #694E40;
 }
 .BgClassName
 {
   background-color: #694E40;
 }
</style>
border-color css

<style>
 span { border-color: #694E40; }

 span { border-color: rgb(105,78,64); }

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