#69493F

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

Shades of Spice #69493F

Tints of Spice #69493F

Color information

#69493F (or 0x69493F) is unknown color: approx Spice. HEX triplet: 69, 49 and 3F. RGB value is (105,73,63). Sum of RGB (Red+Green+Blue) = 105+73+63=241 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.57% from 241); Green value is 73 (28.91% from 255 or 30.29% from 241); Blue value is 63 (25% from 255 or 26.14% from 241); Max value from RGB is 105 - color contains mainly: red. Hex color #69493F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69493F is #96B6C0. Grayscale: #515151. Windows color (decimal): -9877185 or 4147561. OLE color: 4147561.

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

Color convert

RGB1057363-
CMYK00.300.40.59
HSL14.29º25%32.94%-
HSV(B)14.29º40%41.18%-
XYZ9.118.135.79-
YUV81.43117.6144.81-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.57%
GREEN value IS 73 (28.91% from 255) = 30.29%
BLUE value IS 63 (25% from 255) = 26.14%
R=43.57%
G=30.29%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.4
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105736300.300.40.5914.292532.94
Hex69493F01E283Be1921
Octal151111770365073163141
Binary11010011001001111111011110101000111011111011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69493F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69493F; }

 p { color: rgb(105,73,63); }

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

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

 a { background-color: rgb(105,73,63); }

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

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

 span { border-color: rgb(105,73,63); }

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