#6D4B3E

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

Shades of Spice #6D4B3E

Tints of Spice #6D4B3E

Color information

#6D4B3E (or 0x6D4B3E) is unknown color: approx Spice. HEX triplet: 6D, 4B and 3E. RGB value is (109,75,62). Sum of RGB (Red+Green+Blue) = 109+75+62=246 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.31% from 246); Green value is 75 (29.69% from 255 or 30.49% from 246); Blue value is 62 (24.61% from 255 or 25.20% from 246); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4B3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4B3E is #92B4C1. Grayscale: #535353. Windows color (decimal): -9614530 or 4082541. OLE color: 4082541.

HSL color Cylindrical-coordinate representation of color #6D4B3E: hue angle of 16.6º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6D4B3E is Cyan = 0, Magento = 0.31, Yellow = 0.43 and Black (K on CMYK) = 0.57.

Color convert

RGB1097562-
CMYK00.310.430.57
HSL16.6º27.49%33.53%-
HSV(B)16.6º43.12%42.75%-
XYZ9.698.635.71-
YUV83.68115.76146.06-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 44.31%
GREEN value IS 75 (29.69% from 255) = 30.49%
BLUE value IS 62 (24.61% from 255) = 25.20%
R=44.31%
G=30.49%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.43
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109756200.310.430.5716.627.4933.53
Hex6D4B3E01F2B39111b22
Octal155113760375371213342
Binary110110110010111111100111111010111110011000111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,75,62); }

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

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

 a { background-color: rgb(109,75,62); }

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

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

 span { border-color: rgb(109,75,62); }

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