#675040

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

Shades of Spice #675040

Tints of Spice #675040

Color information

#675040 (or 0x675040) is unknown color: approx Spice. HEX triplet: 67, 50 and 40. RGB value is (103,80,64). Sum of RGB (Red+Green+Blue) = 103+80+64=247 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.70% from 247); Green value is 80 (31.64% from 255 or 32.39% from 247); Blue value is 64 (25.39% from 255 or 25.91% from 247); Max value from RGB is 103 - color contains mainly: red. Hex color #675040 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675040 is #98AFBF. Grayscale: #555555. Windows color (decimal): -10006464 or 4214887. OLE color: 4214887.

HSL color Cylindrical-coordinate representation of color #675040: hue angle of 24.62º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #675040 is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.60.

Color convert

RGB1038064-
CMYK00.220.380.60
HSL24.62º23.35%32.75%-
HSV(B)24.62º37.86%40.39%-
XYZ9.398.996.09-
YUV85.05116.12140.8-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 41.70%
GREEN value IS 80 (31.64% from 255) = 32.39%
BLUE value IS 64 (25.39% from 255) = 25.91%
R=41.70%
G=32.39%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.38
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103806400.220.380.6024.6223.3532.75
Hex675040016263C191721
Octal1471201000264674312741
Binary1100111101000010000000101101001101111001100110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675040; }

 p { color: rgb(103,80,64); }

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

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

 a { background-color: rgb(103,80,64); }

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

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

 span { border-color: rgb(103,80,64); }

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