#694E3A

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

Shades of Spice #694E3A

Tints of Spice #694E3A

Color information

#694E3A (or 0x694E3A) is unknown color: approx Spice. HEX triplet: 69, 4E and 3A. RGB value is (105,78,58). Sum of RGB (Red+Green+Blue) = 105+78+58=241 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.57% from 241); Green value is 78 (30.86% from 255 or 32.37% from 241); Blue value is 58 (23.05% from 255 or 24.07% from 241); Max value from RGB is 105 - color contains mainly: red. Hex color #694E3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #694E3A is #96B1C5. Grayscale: #535353. Windows color (decimal): -9875910 or 3821161. OLE color: 3821161.

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

Color convert

RGB1057858-
CMYK00.260.450.59
HSL25.53º28.83%31.96%-
HSV(B)25.53º44.76%41.18%-
XYZ9.318.765.2-
YUV83.79113.45143.13-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.57%
GREEN value IS 78 (30.86% from 255) = 32.37%
BLUE value IS 58 (23.05% from 255) = 24.07%
R=43.57%
G=32.37%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.45
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105785800.260.450.5925.5328.8331.96
Hex694E3A01A2D3B1a1d20
Octal151116720325573323540
Binary110100110011101110100110101011011110111101011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,78,58); }

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

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

 a { background-color: rgb(105,78,58); }

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

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

 span { border-color: rgb(105,78,58); }

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