#6B4A3C

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

Shades of Spice #6B4A3C

Tints of Spice #6B4A3C

Color information

#6B4A3C (or 0x6B4A3C) is unknown color: approx Spice. HEX triplet: 6B, 4A and 3C. RGB value is (107,74,60). Sum of RGB (Red+Green+Blue) = 107+74+60=241 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.40% from 241); Green value is 74 (29.30% from 255 or 30.71% from 241); Blue value is 60 (23.83% from 255 or 24.90% from 241); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4A3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4A3C is #94B5C3. Grayscale: #525252. Windows color (decimal): -9745860 or 3951211. OLE color: 3951211.

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

Color convert

RGB1077460-
CMYK00.310.440.58
HSL17.87º28.14%32.75%-
HSV(B)17.87º43.93%41.96%-
XYZ9.338.355.39-
YUV82.27115.43145.64-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 44.40%
GREEN value IS 74 (29.30% from 255) = 30.71%
BLUE value IS 60 (23.83% from 255) = 24.90%
R=44.40%
G=30.71%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.44
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107746000.310.440.5817.8728.1432.75
Hex6B4A3C01F2C3A121c21
Octal153112740375472223441
Binary110101110010101111000111111011001110101001011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,74,60); }

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

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

 a { background-color: rgb(107,74,60); }

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

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

 span { border-color: rgb(107,74,60); }

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