#6F4838

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

Shades of Spice #6F4838

Tints of Spice #6F4838

Color information

#6F4838 (or 0x6F4838) is unknown color: approx Spice. HEX triplet: 6F, 48 and 38. RGB value is (111,72,56). Sum of RGB (Red+Green+Blue) = 111+72+56=239 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.44% from 239); Green value is 72 (28.52% from 255 or 30.13% from 239); Blue value is 56 (22.27% from 255 or 23.43% from 239); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4838 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4838 is #90B7C7. Grayscale: #515151. Windows color (decimal): -9484232 or 3688559. OLE color: 3688559.

HSL color Cylindrical-coordinate representation of color #6F4838: hue angle of 17.45º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F4838 is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB1117256-
CMYK00.350.500.56
HSL17.45º32.93%32.75%-
HSV(B)17.45º49.55%43.53%-
XYZ9.598.34.84-
YUV81.84113.42148.8-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 46.44%
GREEN value IS 72 (28.52% from 255) = 30.13%
BLUE value IS 56 (22.27% from 255) = 23.43%
R=46.44%
G=30.13%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111725600.350.500.5617.4532.9332.75
Hex6F48380233238112121
Octal157110700436270214141
Binary11011111001000111000010001111001011100010001100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,72,56); }

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

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

 a { background-color: rgb(111,72,56); }

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

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

 span { border-color: rgb(111,72,56); }

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