#694F3D

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

Shades of Spice #694F3D

Tints of Spice #694F3D

Color information

#694F3D (or 0x694F3D) is unknown color: approx Spice. HEX triplet: 69, 4F and 3D. RGB value is (105,79,61). Sum of RGB (Red+Green+Blue) = 105+79+61=245 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.86% from 245); Green value is 79 (31.25% from 255 or 32.24% from 245); Blue value is 61 (24.22% from 255 or 24.90% from 245); Max value from RGB is 105 - color contains mainly: red. Hex color #694F3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #694F3D is #96B0C2. Grayscale: #545454. Windows color (decimal): -9875651 or 4018025. OLE color: 4018025.

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

Color convert

RGB1057961-
CMYK00.250.420.59
HSL24.55º26.51%32.55%-
HSV(B)24.55º41.9%41.18%-
XYZ9.468.935.64-
YUV84.72114.61142.46-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.86%
GREEN value IS 79 (31.25% from 255) = 32.24%
BLUE value IS 61 (24.22% from 255) = 24.90%
R=42.86%
G=32.24%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.42
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105796100.250.420.5924.5526.5132.55
Hex694F3D0192A3B191b21
Octal151117750315273313341
Binary110100110011111111010110011010101110111100111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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