#695040

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

Shades of Spice #695040

Tints of Spice #695040

Color information

#695040 (or 0x695040) is unknown color: approx Spice. HEX triplet: 69, 50 and 40. RGB value is (105,80,64). Sum of RGB (Red+Green+Blue) = 105+80+64=249 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.17% from 249); Green value is 80 (31.64% from 255 or 32.13% from 249); Blue value is 64 (25.39% from 255 or 25.70% from 249); Max value from RGB is 105 - color contains mainly: red. Hex color #695040 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695040 is #96AFBF. Grayscale: #555555. Windows color (decimal): -9875392 or 4214889. OLE color: 4214889.

HSL color Cylindrical-coordinate representation of color #695040: hue angle of 23.41º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #695040 is Cyan = 0, Magento = 0.24, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB1058064-
CMYK00.240.390.59
HSL23.41º24.26%33.14%-
HSV(B)23.41º39.05%41.18%-
XYZ9.629.116.1-
YUV85.65115.78141.8-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.17%
GREEN value IS 80 (31.64% from 255) = 32.13%
BLUE value IS 64 (25.39% from 255) = 25.70%
R=42.17%
G=32.13%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105806400.240.390.5923.4124.2633.14
Hex695040018273B171821
Octal1511201000304773273041
Binary1101001101000010000000110001001111110111011111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695040; }

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

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

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

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

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

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

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

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