#68473D

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

Shades of Spice #68473D

Tints of Spice #68473D

Color information

#68473D (or 0x68473D) is unknown color: approx Spice. HEX triplet: 68, 47 and 3D. RGB value is (104,71,61). Sum of RGB (Red+Green+Blue) = 104+71+61=236 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.07% from 236); Green value is 71 (28.12% from 255 or 30.08% from 236); Blue value is 61 (24.22% from 255 or 25.85% from 236); Max value from RGB is 104 - color contains mainly: red. Hex color #68473D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68473D is #97B8C2. Grayscale: #4F4F4F. Windows color (decimal): -9943235 or 4015976. OLE color: 4015976.

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

Color convert

RGB1047161-
CMYK00.320.410.59
HSL13.95º26.06%32.35%-
HSV(B)13.95º41.35%40.78%-
XYZ8.87.795.45-
YUV79.73117.43145.31-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.07%
GREEN value IS 71 (28.12% from 255) = 30.08%
BLUE value IS 61 (24.22% from 255) = 25.85%
R=44.07%
G=30.08%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.41
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104716100.320.410.5913.9526.0632.35
Hex68473D020293Be1a20
Octal150107750405173163240
Binary110100010001111111010100000101001111011111011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68473D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,71,61); }

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

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

 a { background-color: rgb(104,71,61); }

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

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

 span { border-color: rgb(104,71,61); }

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