#6F4943

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

Shades of Congo Brown #6F4943

Tints of Congo Brown #6F4943

Color information

#6F4943 (or 0x6F4943) is unknown color: approx Congo Brown. HEX triplet: 6F, 49 and 43. RGB value is (111,73,67). Sum of RGB (Red+Green+Blue) = 111+73+67=251 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.22% from 251); Green value is 73 (28.91% from 255 or 29.08% from 251); Blue value is 67 (26.56% from 255 or 26.69% from 251); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4943 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4943 is #90B6BC. Grayscale: #535353. Windows color (decimal): -9483965 or 4409711. OLE color: 4409711.

HSL color Cylindrical-coordinate representation of color #6F4943: hue angle of 8.18º 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 #6F4943 is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.56.

Color convert

RGB1117367-
CMYK00.340.400.56
HSL8.18º24.72%34.9%-
HSV(B)8.18º39.64%43.53%-
XYZ9.958.556.44-
YUV83.68118.59147.49-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 44.22%
GREEN value IS 73 (28.91% from 255) = 29.08%
BLUE value IS 67 (26.56% from 255) = 26.69%
R=44.22%
G=29.08%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.40
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111736700.340.400.568.1824.7234.9
Hex6F4943022283881923
Octal1571111030425070103143
Binary1101111100100110000110100010101000111000100011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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