#694F42

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

Shades of Spice #694F42

Tints of Spice #694F42

Color information

#694F42 (or 0x694F42) is unknown color: approx Spice. HEX triplet: 69, 4F and 42. RGB value is (105,79,66). Sum of RGB (Red+Green+Blue) = 105+79+66=250 (33% of max value = 765). Red value is 105 (41.41% from 255 or 42% from 250); Green value is 79 (31.25% from 255 or 31.6% from 250); Blue value is 66 (26.17% from 255 or 26.4% from 250); Max value from RGB is 105 - color contains mainly: red. Hex color #694F42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #694F42 is #96B0BD. Grayscale: #555555. Windows color (decimal): -9875646 or 4345705. OLE color: 4345705.

HSL color Cylindrical-coordinate representation of color #694F42: hue angle of 20º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #694F42 is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.59.

Color convert

RGB1057966-
CMYK00.250.370.59
HSL20º22.81%33.53%-
HSV(B)20º37.14%41.18%-
XYZ9.618.996.38-
YUV85.29117.11142.06-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42%
GREEN value IS 79 (31.25% from 255) = 31.6%
BLUE value IS 66 (26.17% from 255) = 26.4%
R=42%
G=31.6%
B=26.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.37
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105796600.250.370.592022.8133.53
Hex694F42019253B141722
Octal1511171020314573242742
Binary1101001100111110000100110011001011110111010010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,79,66); }

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

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

 a { background-color: rgb(105,79,66); }

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

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

 span { border-color: rgb(105,79,66); }

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