#6B5039

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

Shades of Spice #6B5039

Tints of Spice #6B5039

Color information

#6B5039 (or 0x6B5039) is unknown color: approx Spice. HEX triplet: 6B, 50 and 39. RGB value is (107,80,57). Sum of RGB (Red+Green+Blue) = 107+80+57=244 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.85% from 244); Green value is 80 (31.64% from 255 or 32.79% from 244); Blue value is 57 (22.66% from 255 or 23.36% from 244); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5039 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5039 is #94AFC6. Grayscale: #555555. Windows color (decimal): -9744327 or 3756139. OLE color: 3756139.

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

Color convert

RGB1078057-
CMYK00.250.470.58
HSL27.6º30.49%32.16%-
HSV(B)27.6º46.73%41.96%-
XYZ9.679.165.13-
YUV85.45111.95143.37-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 43.85%
GREEN value IS 80 (31.64% from 255) = 32.79%
BLUE value IS 57 (22.66% from 255) = 23.36%
R=43.85%
G=32.79%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.47
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107805700.250.470.5827.630.4932.16
Hex6B50390192F3A1c1e20
Octal153120710315772343640
Binary110101110100001110010110011011111110101110011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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