#694C3B

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

Shades of Spice #694C3B

Tints of Spice #694C3B

Color information

#694C3B (or 0x694C3B) is unknown color: approx Spice. HEX triplet: 69, 4C and 3B. RGB value is (105,76,59). Sum of RGB (Red+Green+Blue) = 105+76+59=240 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.75% from 240); Green value is 76 (30.08% from 255 or 31.67% from 240); Blue value is 59 (23.44% from 255 or 24.58% from 240); Max value from RGB is 105 - color contains mainly: red. Hex color #694C3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694C3B is #96B3C4. Grayscale: #525252. Windows color (decimal): -9876421 or 3886185. OLE color: 3886185.

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

Color convert

RGB1057659-
CMYK00.280.440.59
HSL22.17º28.05%32.16%-
HSV(B)22.17º43.81%41.18%-
XYZ9.28.495.29-
YUV82.73114.61143.88-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.75%
GREEN value IS 76 (30.08% from 255) = 31.67%
BLUE value IS 59 (23.44% from 255) = 24.58%
R=43.75%
G=31.67%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.44
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105765900.280.440.5922.1728.0532.16
Hex694C3B01C2C3B161c20
Octal151114730345473263440
Binary110100110011001110110111001011001110111011011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,76,59); }

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

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

 a { background-color: rgb(105,76,59); }

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

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

 span { border-color: rgb(105,76,59); }

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