#68473B

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

Shades of Spice #68473B

Tints of Spice #68473B

Color information

#68473B (or 0x68473B) is unknown color: approx Spice. HEX triplet: 68, 47 and 3B. RGB value is (104,71,59). Sum of RGB (Red+Green+Blue) = 104+71+59=234 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.44% from 234); Green value is 71 (28.12% from 255 or 30.34% from 234); Blue value is 59 (23.44% from 255 or 25.21% from 234); Max value from RGB is 104 - color contains mainly: red. Hex color #68473B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68473B is #97B8C4. Grayscale: #4F4F4F. Windows color (decimal): -9943237 or 3884904. OLE color: 3884904.

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

Color convert

RGB1047159-
CMYK00.320.430.59
HSL16º27.61%31.96%-
HSV(B)16º43.27%40.78%-
XYZ8.757.775.18-
YUV79.5116.43145.48-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.44%
GREEN value IS 71 (28.12% from 255) = 30.34%
BLUE value IS 59 (23.44% from 255) = 25.21%
R=44.44%
G=30.34%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.43
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104715900.320.430.591627.6131.96
Hex68473B0202B3B101c20
Octal150107730405373203440
Binary1101000100011111101101000001010111110111000011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68473B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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