#6E4B42

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

Shades of Congo Brown #6E4B42

Tints of Congo Brown #6E4B42

Color information

#6E4B42 (or 0x6E4B42) is unknown color: approx Congo Brown. HEX triplet: 6E, 4B and 42. RGB value is (110,75,66). Sum of RGB (Red+Green+Blue) = 110+75+66=251 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.82% from 251); Green value is 75 (29.69% from 255 or 29.88% from 251); Blue value is 66 (26.17% from 255 or 26.29% from 251); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4B42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E4B42 is #91B4BD. Grayscale: #545454. Windows color (decimal): -9548990 or 4344686. OLE color: 4344686.

HSL color Cylindrical-coordinate representation of color #6E4B42: hue angle of 12.27º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6E4B42 is Cyan = 0, Magento = 0.32, Yellow = 0.4 and Black (K on CMYK) = 0.57.

Color convert

RGB1107566-
CMYK00.320.40.57
HSL12.27º25%34.51%-
HSV(B)12.27º40%43.14%-
XYZ9.938.746.32-
YUV84.44117.6146.23-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 43.82%
GREEN value IS 75 (29.69% from 255) = 29.88%
BLUE value IS 66 (26.17% from 255) = 26.29%
R=43.82%
G=29.88%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.4
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110756600.320.40.5712.272534.51
Hex6E4B420202839c1923
Octal1561131020405071143143
Binary1101110100101110000100100000101000111001110011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,75,66); }

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

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

 a { background-color: rgb(110,75,66); }

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

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

 span { border-color: rgb(110,75,66); }

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