#694D41

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

Shades of Spice #694D41

Tints of Spice #694D41

Color information

#694D41 (or 0x694D41) is unknown color: approx Spice. HEX triplet: 69, 4D and 41. RGB value is (105,77,65). Sum of RGB (Red+Green+Blue) = 105+77+65=247 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.51% from 247); Green value is 77 (30.47% from 255 or 31.17% from 247); Blue value is 65 (25.78% from 255 or 26.32% from 247); Max value from RGB is 105 - color contains mainly: red. Hex color #694D41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #694D41 is #96B2BE. Grayscale: #545454. Windows color (decimal): -9876159 or 4279657. OLE color: 4279657.

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

Color convert

RGB1057765-
CMYK00.270.380.59
HSL18º23.53%33.33%-
HSV(B)18º38.1%41.18%-
XYZ9.438.696.18-
YUV84117.28142.98-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.51%
GREEN value IS 77 (30.47% from 255) = 31.17%
BLUE value IS 65 (25.78% from 255) = 26.32%
R=42.51%
G=31.17%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.38
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105776500.270.380.591823.5333.33
Hex694D4101B263B121821
Octal1511151010334673223041
Binary1101001100110110000010110111001101110111001011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,77,65); }

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

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

 a { background-color: rgb(105,77,65); }

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

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

 span { border-color: rgb(105,77,65); }

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