#69493B

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

Shades of Spice #69493B

Tints of Spice #69493B

Color information

#69493B (or 0x69493B) is unknown color: approx Spice. HEX triplet: 69, 49 and 3B. RGB value is (105,73,59). Sum of RGB (Red+Green+Blue) = 105+73+59=237 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.30% from 237); Green value is 73 (28.91% from 255 or 30.80% from 237); Blue value is 59 (23.44% from 255 or 24.89% from 237); Max value from RGB is 105 - color contains mainly: red. Hex color #69493B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69493B is #96B6C4. Grayscale: #515151. Windows color (decimal): -9877189 or 3885417. OLE color: 3885417.

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

Color convert

RGB1057359-
CMYK00.300.440.59
HSL18.26º28.05%32.16%-
HSV(B)18.26º43.81%41.18%-
XYZ98.085.22-
YUV80.97115.6145.14-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 44.30%
GREEN value IS 73 (28.91% from 255) = 30.80%
BLUE value IS 59 (23.44% from 255) = 24.89%
R=44.30%
G=30.80%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.44
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105735900.300.440.5918.2628.0532.16
Hex69493B01E2C3B121c20
Octal151111730365473223440
Binary110100110010011110110111101011001110111001011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69493B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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