#6F4643

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

Shades of Bole #6F4643

Tints of Bole #6F4643

Color information

#6F4643 (or 0x6F4643) is unknown color: approx Bole. HEX triplet: 6F, 46 and 43. RGB value is (111,70,67). Sum of RGB (Red+Green+Blue) = 111+70+67=248 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.76% from 248); Green value is 70 (27.73% from 255 or 28.23% from 248); Blue value is 67 (26.56% from 255 or 27.02% from 248); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4643 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4643 is #90B9BC. Grayscale: #515151. Windows color (decimal): -9484733 or 4408943. OLE color: 4408943.

HSL color Cylindrical-coordinate representation of color #6F4643: hue angle of 4.09º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6F4643 is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.56.

Color convert

RGB1117067-
CMYK00.370.400.56
HSL4.09º24.72%34.9%-
HSV(B)4.09º39.64%43.53%-
XYZ9.768.176.37-
YUV81.92119.58148.74-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 44.76%
GREEN value IS 70 (27.73% from 255) = 28.23%
BLUE value IS 67 (26.56% from 255) = 27.02%
R=44.76%
G=28.23%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.40
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111706700.370.400.564.0924.7234.9
Hex6F4643025283841923
Octal157106103045507043143
Binary110111110001101000011010010110100011100010011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,70,67); }

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

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

 a { background-color: rgb(111,70,67); }

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

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

 span { border-color: rgb(111,70,67); }

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