#6A4B41

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

Shades of Spice #6A4B41

Tints of Spice #6A4B41

Color information

#6A4B41 (or 0x6A4B41) is unknown color: approx Spice. HEX triplet: 6A, 4B and 41. RGB value is (106,75,65). Sum of RGB (Red+Green+Blue) = 106+75+65=246 (32% of max value = 765). Red value is 106 (41.80% from 255 or 43.09% from 246); Green value is 75 (29.69% from 255 or 30.49% from 246); Blue value is 65 (25.78% from 255 or 26.42% from 246); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4B41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A4B41 is #95B4BE. Grayscale: #535353. Windows color (decimal): -9811135 or 4279146. OLE color: 4279146.

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

Color convert

RGB1067565-
CMYK00.290.390.58
HSL14.63º23.98%33.53%-
HSV(B)14.63º38.68%41.57%-
XYZ9.418.486.14-
YUV83.13117.77144.31-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 43.09%
GREEN value IS 75 (29.69% from 255) = 30.49%
BLUE value IS 65 (25.78% from 255) = 26.42%
R=43.09%
G=30.49%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.39
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106756500.290.390.5814.6323.9833.53
Hex6A4B4101D273Af1822
Octal1521131010354772173042
Binary110101010010111000001011101100111111010111111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,75,65); }

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

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

 a { background-color: rgb(106,75,65); }

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

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

 span { border-color: rgb(106,75,65); }

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