#6B513F

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

Shades of Spice #6B513F

Tints of Spice #6B513F

Color information

#6B513F (or 0x6B513F) is unknown color: approx Spice. HEX triplet: 6B, 51 and 3F. RGB value is (107,81,63). Sum of RGB (Red+Green+Blue) = 107+81+63=251 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.63% from 251); Green value is 81 (32.03% from 255 or 32.27% from 251); Blue value is 63 (25% from 255 or 25.10% from 251); Max value from RGB is 107 - color contains mainly: red. Hex color #6B513F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B513F is #94AEC0. Grayscale: #565656. Windows color (decimal): -9744065 or 4149611. OLE color: 4149611.

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

Color convert

RGB1078163-
CMYK00.240.410.58
HSL24.55º25.88%33.33%-
HSV(B)24.55º41.12%41.96%-
XYZ9.99.375.99-
YUV86.72114.61142.46-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 42.63%
GREEN value IS 81 (32.03% from 255) = 32.27%
BLUE value IS 63 (25% from 255) = 25.10%
R=42.63%
G=32.27%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.41
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107816300.240.410.5824.5525.8833.33
Hex6B513F018293A191a21
Octal153121770305172313241
Binary110101110100011111110110001010011110101100111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B513F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,81,63); }

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

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

 a { background-color: rgb(107,81,63); }

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

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

 span { border-color: rgb(107,81,63); }

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