#694D3A

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

Shades of Spice #694D3A

Tints of Spice #694D3A

Color information

#694D3A (or 0x694D3A) is unknown color: approx Spice. HEX triplet: 69, 4D and 3A. RGB value is (105,77,58). Sum of RGB (Red+Green+Blue) = 105+77+58=240 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.75% from 240); Green value is 77 (30.47% from 255 or 32.08% from 240); Blue value is 58 (23.05% from 255 or 24.17% from 240); Max value from RGB is 105 - color contains mainly: red. Hex color #694D3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #694D3A is #96B2C5. Grayscale: #535353. Windows color (decimal): -9876166 or 3820905. OLE color: 3820905.

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

Color convert

RGB1057758-
CMYK00.270.450.59
HSL24.26º28.83%31.96%-
HSV(B)24.26º44.76%41.18%-
XYZ9.248.625.18-
YUV83.21113.78143.54-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.75%
GREEN value IS 77 (30.47% from 255) = 32.08%
BLUE value IS 58 (23.05% from 255) = 24.17%
R=43.75%
G=32.08%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.45
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105775800.270.450.5924.2628.8331.96
Hex694D3A01B2D3B181d20
Octal151115720335573303540
Binary110100110011011110100110111011011110111100011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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