#68503A

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

Shades of Spice #68503A

Tints of Spice #68503A

Color information

#68503A (or 0x68503A) is unknown color: approx Spice. HEX triplet: 68, 50 and 3A. RGB value is (104,80,58). Sum of RGB (Red+Green+Blue) = 104+80+58=242 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.98% from 242); Green value is 80 (31.64% from 255 or 33.06% from 242); Blue value is 58 (23.05% from 255 or 23.97% from 242); Max value from RGB is 104 - color contains mainly: red. Hex color #68503A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68503A is #97AFC5. Grayscale: #545454. Windows color (decimal): -9940934 or 3821672. OLE color: 3821672.

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

Color convert

RGB1048058-
CMYK00.230.440.59
HSL28.7º28.4%31.76%-
HSV(B)28.7º44.23%40.78%-
XYZ9.348.995.25-
YUV84.67112.95141.79-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.98%
GREEN value IS 80 (31.64% from 255) = 33.06%
BLUE value IS 58 (23.05% from 255) = 23.97%
R=42.98%
G=33.06%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.44
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104805800.230.440.5928.728.431.76
Hex68503A0172C3B1d1c20
Octal150120720275473353440
Binary110100010100001110100101111011001110111110111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68503A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68503A; }

 p { color: rgb(104,80,58); }

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

<style>
 a { background-color: #68503A; }

 a { background-color: rgb(104,80,58); }

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

<style>
 span { border-color: #68503A; }

 span { border-color: rgb(104,80,58); }

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