#6F463A

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

Shades of Bole #6F463A

Tints of Bole #6F463A

Color information

#6F463A (or 0x6F463A) is unknown color: approx Bole. HEX triplet: 6F, 46 and 3A. RGB value is (111,70,58). Sum of RGB (Red+Green+Blue) = 111+70+58=239 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.44% from 239); Green value is 70 (27.73% from 255 or 29.29% from 239); Blue value is 58 (23.05% from 255 or 24.27% from 239); Max value from RGB is 111 - color contains mainly: red. Hex color #6F463A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F463A is #90B9C5. Grayscale: #505050. Windows color (decimal): -9484742 or 3819119. OLE color: 3819119.

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

Color convert

RGB1117058-
CMYK00.370.480.56
HSL13.58º31.36%33.14%-
HSV(B)13.58º47.75%43.53%-
XYZ9.518.075.06-
YUV80.89115.08149.48-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 46.44%
GREEN value IS 70 (27.73% from 255) = 29.29%
BLUE value IS 58 (23.05% from 255) = 24.27%
R=46.44%
G=29.29%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111705800.370.480.5613.5831.3633.14
Hex6F463A0253038e1f21
Octal157106720456070163741
Binary110111110001101110100100101110000111000111011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F463A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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