#6F533F

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

Shades of Spice #6F533F

Tints of Spice #6F533F

Color information

#6F533F (or 0x6F533F) is unknown color: approx Spice. HEX triplet: 6F, 53 and 3F. RGB value is (111,83,63). Sum of RGB (Red+Green+Blue) = 111+83+63=257 (34% of max value = 765). Red value is 111 (43.75% from 255 or 43.19% from 257); Green value is 83 (32.81% from 255 or 32.30% from 257); Blue value is 63 (25% from 255 or 24.51% from 257); Max value from RGB is 111 - color contains mainly: red. Hex color #6F533F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F533F is #90ACC0. Grayscale: #595959. Windows color (decimal): -9481409 or 4150127. OLE color: 4150127.

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

Color convert

RGB1118363-
CMYK00.250.430.56
HSL25º27.59%34.12%-
HSV(B)25º43.24%43.53%-
XYZ10.559.926.06-
YUV89.09113.28143.63-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 43.19%
GREEN value IS 83 (32.81% from 255) = 32.30%
BLUE value IS 63 (25% from 255) = 24.51%
R=43.19%
G=32.30%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111836300.250.430.562527.5934.12
Hex6F533F0192B38191c22
Octal157123770315370313442
Binary110111110100111111110110011010111110001100111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F533F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,83,63); }

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

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

 a { background-color: rgb(111,83,63); }

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

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

 span { border-color: rgb(111,83,63); }

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