#694F3A

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

Shades of Spice #694F3A

Tints of Spice #694F3A

Color information

#694F3A (or 0x694F3A) is unknown color: approx Spice. HEX triplet: 69, 4F and 3A. RGB value is (105,79,58). Sum of RGB (Red+Green+Blue) = 105+79+58=242 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.39% from 242); Green value is 79 (31.25% from 255 or 32.64% from 242); Blue value is 58 (23.05% from 255 or 23.97% from 242); Max value from RGB is 105 - color contains mainly: red. Hex color #694F3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #694F3A is #96B0C5. Grayscale: #545454. Windows color (decimal): -9875654 or 3821417. OLE color: 3821417.

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

Color convert

RGB1057958-
CMYK00.250.450.59
HSL26.81º28.83%31.96%-
HSV(B)26.81º44.76%41.18%-
XYZ9.398.95.23-
YUV84.38113.11142.71-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.39%
GREEN value IS 79 (31.25% from 255) = 32.64%
BLUE value IS 58 (23.05% from 255) = 23.97%
R=43.39%
G=32.64%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.45
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105795800.250.450.5926.8128.8331.96
Hex694F3A0192D3B1b1d20
Octal151117720315573333540
Binary110100110011111110100110011011011110111101111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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