#6F4C3E

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

Shades of Spice #6F4C3E

Tints of Spice #6F4C3E

Color information

#6F4C3E (or 0x6F4C3E) is unknown color: approx Spice. HEX triplet: 6F, 4C and 3E. RGB value is (111,76,62). Sum of RGB (Red+Green+Blue) = 111+76+62=249 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.58% from 249); Green value is 76 (30.08% from 255 or 30.52% from 249); Blue value is 62 (24.61% from 255 or 24.90% from 249); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4C3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4C3E is #90B3C1. Grayscale: #545454. Windows color (decimal): -9483202 or 4082799. OLE color: 4082799.

HSL color Cylindrical-coordinate representation of color #6F4C3E: hue angle of 17.14º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6F4C3E is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.56.

Color convert

RGB1117662-
CMYK00.320.440.56
HSL17.14º28.32%33.92%-
HSV(B)17.14º44.14%43.53%-
XYZ10.018.95.75-
YUV84.87115.1146.64-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 44.58%
GREEN value IS 76 (30.08% from 255) = 30.52%
BLUE value IS 62 (24.61% from 255) = 24.90%
R=44.58%
G=30.52%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.44
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111766200.320.440.5617.1428.3233.92
Hex6F4C3E0202C38111c22
Octal157114760405470213442
Binary1101111100110011111001000001011001110001000111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,76,62); }

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

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

 a { background-color: rgb(111,76,62); }

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

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

 span { border-color: rgb(111,76,62); }

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