#694B41

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

Shades of Spice #694B41

Tints of Spice #694B41

Color information

#694B41 (or 0x694B41) is unknown color: approx Spice. HEX triplet: 69, 4B and 41. RGB value is (105,75,65). Sum of RGB (Red+Green+Blue) = 105+75+65=245 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.86% from 245); Green value is 75 (29.69% from 255 or 30.61% from 245); Blue value is 65 (25.78% from 255 or 26.53% from 245); Max value from RGB is 105 - color contains mainly: red. Hex color #694B41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694B41 is #96B4BE. Grayscale: #525252. Windows color (decimal): -9876671 or 4279145. OLE color: 4279145.

HSL color Cylindrical-coordinate representation of color #694B41: hue angle of 15º 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 #694B41 is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB1057565-
CMYK00.290.380.59
HSL15º23.53%33.33%-
HSV(B)15º38.1%41.18%-
XYZ9.38.426.14-
YUV82.83117.94143.81-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.86%
GREEN value IS 75 (29.69% from 255) = 30.61%
BLUE value IS 65 (25.78% from 255) = 26.53%
R=42.86%
G=30.61%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105756500.290.380.591523.5333.33
Hex694B4101D263Bf1821
Octal1511131010354673173041
Binary110100110010111000001011101100110111011111111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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