#695047

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

Shades of Spice #695047

Tints of Spice #695047

Color information

#695047 (or 0x695047) is unknown color: approx Spice. HEX triplet: 69, 50 and 47. RGB value is (105,80,71). Sum of RGB (Red+Green+Blue) = 105+80+71=256 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.02% from 256); Green value is 80 (31.64% from 255 or 31.25% from 256); Blue value is 71 (28.12% from 255 or 27.73% from 256); Max value from RGB is 105 - color contains mainly: red. Hex color #695047 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695047 is #96AFB8. Grayscale: #565656. Windows color (decimal): -9875385 or 4673641. OLE color: 4673641.

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

Color convert

RGB1058071-
CMYK00.240.320.59
HSL15.88º19.32%34.51%-
HSV(B)15.88º32.38%41.18%-
XYZ9.839.27.22-
YUV86.45119.28141.23-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.02%
GREEN value IS 80 (31.64% from 255) = 31.25%
BLUE value IS 71 (28.12% from 255) = 27.73%
R=41.02%
G=31.25%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.32
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105807100.240.320.5915.8819.3234.51
Hex695047018203B101323
Octal1511201070304073202343
Binary1101001101000010001110110001000001110111000010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695047; }

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

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

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

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

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

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

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

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