#6B4D3E

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

Shades of Spice #6B4D3E

Tints of Spice #6B4D3E

Color information

#6B4D3E (or 0x6B4D3E) is unknown color: approx Spice. HEX triplet: 6B, 4D and 3E. RGB value is (107,77,62). Sum of RGB (Red+Green+Blue) = 107+77+62=246 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.50% from 246); Green value is 77 (30.47% from 255 or 31.30% from 246); Blue value is 62 (24.61% from 255 or 25.20% from 246); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4D3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B4D3E is #94B2C1. Grayscale: #545454. Windows color (decimal): -9745090 or 4083051. OLE color: 4083051.

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

Color convert

RGB1077762-
CMYK00.280.420.58
HSL20º26.63%33.14%-
HSV(B)20º42.06%41.96%-
XYZ9.598.785.75-
YUV84.26115.44144.22-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 43.50%
GREEN value IS 77 (30.47% from 255) = 31.30%
BLUE value IS 62 (24.61% from 255) = 25.20%
R=43.50%
G=31.30%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.42
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107776200.280.420.582026.6333.14
Hex6B4D3E01C2A3A141b21
Octal153115760345272243341
Binary110101110011011111100111001010101110101010011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,77,62); }

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

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

 a { background-color: rgb(107,77,62); }

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

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

 span { border-color: rgb(107,77,62); }

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