#6B503C

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

Shades of Spice #6B503C

Tints of Spice #6B503C

Color information

#6B503C (or 0x6B503C) is unknown color: approx Spice. HEX triplet: 6B, 50 and 3C. RGB value is (107,80,60). Sum of RGB (Red+Green+Blue) = 107+80+60=247 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.32% from 247); Green value is 80 (31.64% from 255 or 32.39% from 247); Blue value is 60 (23.83% from 255 or 24.29% from 247); Max value from RGB is 107 - color contains mainly: red. Hex color #6B503C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B503C is #94AFC3. Grayscale: #555555. Windows color (decimal): -9744324 or 3952747. OLE color: 3952747.

HSL color Cylindrical-coordinate representation of color #6B503C: hue angle of 25.53º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6B503C is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.58.

Color convert

RGB1078060-
CMYK00.250.440.58
HSL25.53º28.14%32.75%-
HSV(B)25.53º43.93%41.96%-
XYZ9.759.195.53-
YUV85.79113.45143.13-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 43.32%
GREEN value IS 80 (31.64% from 255) = 32.39%
BLUE value IS 60 (23.83% from 255) = 24.29%
R=43.32%
G=32.39%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.44
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107806000.250.440.5825.5328.1432.75
Hex6B503C0192C3A1a1c21
Octal153120740315472323441
Binary110101110100001111000110011011001110101101011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B503C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B503C; }

 p { color: rgb(107,80,60); }

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

<style>
 a { background-color: #6B503C; }

 a { background-color: rgb(107,80,60); }

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

<style>
 span { border-color: #6B503C; }

 span { border-color: rgb(107,80,60); }

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