#69513D

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

Shades of Spice #69513D

Tints of Spice #69513D

Color information

#69513D (or 0x69513D) is unknown color: approx Spice. HEX triplet: 69, 51 and 3D. RGB value is (105,81,61). Sum of RGB (Red+Green+Blue) = 105+81+61=247 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.51% from 247); Green value is 81 (32.03% from 255 or 32.79% from 247); Blue value is 61 (24.22% from 255 or 24.70% from 247); Max value from RGB is 105 - color contains mainly: red. Hex color #69513D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69513D is #96AEC2. Grayscale: #555555. Windows color (decimal): -9875139 or 4018537. OLE color: 4018537.

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

Color convert

RGB1058161-
CMYK00.230.420.59
HSL27.27º26.51%32.55%-
HSV(B)27.27º41.9%41.18%-
XYZ9.619.235.69-
YUV85.9113.95141.63-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.51%
GREEN value IS 81 (32.03% from 255) = 32.79%
BLUE value IS 61 (24.22% from 255) = 24.70%
R=42.51%
G=32.79%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.42
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105816100.230.420.5927.2726.5132.55
Hex69513D0172A3B1b1b21
Octal151121750275273333341
Binary110100110100011111010101111010101110111101111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69513D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69513D; }

 p { color: rgb(105,81,61); }

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

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

 a { background-color: rgb(105,81,61); }

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

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

 span { border-color: rgb(105,81,61); }

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