#68483E

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

Shades of Spice #68483E

Tints of Spice #68483E

Color information

#68483E (or 0x68483E) is unknown color: approx Spice. HEX triplet: 68, 48 and 3E. RGB value is (104,72,62). Sum of RGB (Red+Green+Blue) = 104+72+62=238 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.70% from 238); Green value is 72 (28.52% from 255 or 30.25% from 238); Blue value is 62 (24.61% from 255 or 26.05% from 238); Max value from RGB is 104 - color contains mainly: red. Hex color #68483E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68483E is #97B7C1. Grayscale: #505050. Windows color (decimal): -9942978 or 4081768. OLE color: 4081768.

HSL color Cylindrical-coordinate representation of color #68483E: hue angle of 14.29º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #68483E is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.59.

Color convert

RGB1047262-
CMYK00.310.400.59
HSL14.29º25.3%32.55%-
HSV(B)14.29º40.38%40.78%-
XYZ8.97.935.62-
YUV80.43117.6144.81-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.70%
GREEN value IS 72 (28.52% from 255) = 30.25%
BLUE value IS 62 (24.61% from 255) = 26.05%
R=43.70%
G=30.25%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.40
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104726200.310.400.5914.2925.332.55
Hex68483E01F283Be1921
Octal150110760375073163141
Binary11010001001000111110011111101000111011111011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68483E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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