#695044

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

Shades of Spice #695044

Tints of Spice #695044

Color information

#695044 (or 0x695044) is unknown color: approx Spice. HEX triplet: 69, 50 and 44. RGB value is (105,80,68). Sum of RGB (Red+Green+Blue) = 105+80+68=253 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.50% from 253); Green value is 80 (31.64% from 255 or 31.62% from 253); Blue value is 68 (26.95% from 255 or 26.88% from 253); Max value from RGB is 105 - color contains mainly: red. Hex color #695044 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695044 is #96AFBB. Grayscale: #565656. Windows color (decimal): -9875388 or 4477033. OLE color: 4477033.

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

Color convert

RGB1058068-
CMYK00.240.350.59
HSL19.46º21.39%33.92%-
HSV(B)19.46º35.24%41.18%-
XYZ9.749.166.72-
YUV86.11117.78141.48-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.50%
GREEN value IS 80 (31.64% from 255) = 31.62%
BLUE value IS 68 (26.95% from 255) = 26.88%
R=41.50%
G=31.62%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.35
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105806800.240.350.5919.4621.3933.92
Hex695044018233B131522
Octal1511201040304373232542
Binary1101001101000010001000110001000111110111001110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695044; }

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

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

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

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

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

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

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

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