Html Css Color HEX #6E4E48 Congo Brown

📋 copy color: '#6E4E48'

red 110 ◦ green 78 ◦ blue 72

#6E4E48
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Congo Brown #6E4E48

Tints of Congo Brown #6E4E48

RGB

 RED value IS 110 (43.36% from 255) = 42.31%

 GREEN value IS 78 (30.86% from 255) = 30%

 BLUE value IS 72 (28.52% from 255) = 27.69%

R = 42.31%
G = 30%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.35

 K value IS 0.57

RGB Variations

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

Color information

#6E4E48 (or 0x6E4E48) is known color: Congo Brown. HEX triplet: 6E, 4E and 48. RGB value is (110,78,72). Sum of RGB (Red+Green+Blue) = 110+78+72=260 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.31% from 260); Green value is 78 (30.86% from 255 or 30% from 260); Blue value is 72 (28.52% from 255 or 27.69% from 260); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4E48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E4E48 is #91B1B7. Grayscale: #565656. Windows color (decimal): -9548216 or 4738670. OLE color: 4738670.

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

Color convert

RGB 110 78 72 -
CMYK 0 0.29 0.35 0.57
HSL 9.47º 0.21% 0.36% -
HSV(B) 9.47º 0.35% 0.43% -
XYZ 10.32 9.23 7.37 -
YUV 86.88 119.6 144.49 -
System Red Green Blue C M Y K H S L
Decimal 110 78 72 0 0.29 0.35 0.57 9.47 0.21 0.36
Hex 6E 4E 48 0 1D 23 39 9 15 24
Octal 156 116 110 0 35 43 71 11 25 44
Binary 1101110 1001110 1001000 0 11101 100011 111001 1001 10101 100100

Color Harmonies of #6E4E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4E48

Black with #6E4E48

Text Example


Text Example

White with #6E4E48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,78,72); }

 H1.HeaderClassName
 {
   color: #6E4E48;
 }
 .AnyTagClassName
 {
   color: #6E4E48;
 }
</style>

background-color css

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

 a { background-color: rgb(110,78,72); }

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

border-color css

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

 span { border-color: rgb(110,78,72); }

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