#68483D

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

Shades of Spice #68483D

Tints of Spice #68483D

Color information

#68483D (or 0x68483D) is unknown color: approx Spice. HEX triplet: 68, 48 and 3D. RGB value is (104,72,61). Sum of RGB (Red+Green+Blue) = 104+72+61=237 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.88% from 237); Green value is 72 (28.52% from 255 or 30.38% from 237); Blue value is 61 (24.22% from 255 or 25.74% from 237); Max value from RGB is 104 - color contains mainly: red. Hex color #68483D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68483D is #97B7C2. Grayscale: #505050. Windows color (decimal): -9942979 or 4016232. OLE color: 4016232.

HSL color Cylindrical-coordinate representation of color #68483D: hue angle of 15.35º 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 #68483D is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.59.

Color convert

RGB1047261-
CMYK00.310.410.59
HSL15.35º26.06%32.35%-
HSV(B)15.35º41.35%40.78%-
XYZ8.877.915.48-
YUV80.31117.1144.89-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.88%
GREEN value IS 72 (28.52% from 255) = 30.38%
BLUE value IS 61 (24.22% from 255) = 25.74%
R=43.88%
G=30.38%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.41
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104726100.310.410.5915.3526.0632.35
Hex68483D01F293Bf1a20
Octal150110750375173173240
Binary11010001001000111101011111101001111011111111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68483D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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