#694A3C

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

Shades of Spice #694A3C

Tints of Spice #694A3C

Color information

#694A3C (or 0x694A3C) is unknown color: approx Spice. HEX triplet: 69, 4A and 3C. RGB value is (105,74,60). Sum of RGB (Red+Green+Blue) = 105+74+60=239 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.93% from 239); Green value is 74 (29.30% from 255 or 30.96% from 239); Blue value is 60 (23.83% from 255 or 25.10% from 239); Max value from RGB is 105 - color contains mainly: red. Hex color #694A3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694A3C is #96B5C3. Grayscale: #515151. Windows color (decimal): -9876932 or 3951209. OLE color: 3951209.

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

Color convert

RGB1057460-
CMYK00.300.430.59
HSL18.67º27.27%32.35%-
HSV(B)18.67º42.86%41.18%-
XYZ9.098.235.38-
YUV81.67115.77144.64-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.93%
GREEN value IS 74 (29.30% from 255) = 30.96%
BLUE value IS 60 (23.83% from 255) = 25.10%
R=43.93%
G=30.96%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.43
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105746000.300.430.5918.6727.2732.35
Hex694A3C01E2B3B131b20
Octal151112740365373233340
Binary110100110010101111000111101010111110111001111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,74,60); }

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

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

 a { background-color: rgb(105,74,60); }

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

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

 span { border-color: rgb(105,74,60); }

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