Html Css Color HEX #6E5148 Congo Brown

📋 copy color: '#6E5148'

red 110 ◦ green 81 ◦ blue 72

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

Shades of Congo Brown #6E5148

Tints of Congo Brown #6E5148

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.8%

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

R = 41.83%
G = 30.8%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.35

 K value IS 0.57

RGB Variations

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

Color information

#6E5148 (or 0x6E5148) is known color: Congo Brown. HEX triplet: 6E, 51 and 48. RGB value is (110,81,72). Sum of RGB (Red+Green+Blue) = 110+81+72=263 (34% of max value = 765). Red value is 110 (43.36% from 255 or 41.83% from 263); Green value is 81 (32.03% from 255 or 30.80% from 263); Blue value is 72 (28.52% from 255 or 27.38% from 263); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5148 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E5148 is #91AEB7. Grayscale: #585858. Windows color (decimal): -9547448 or 4739438. OLE color: 4739438.

HSL color Cylindrical-coordinate representation of color #6E5148: hue angle of 14.21º 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 #6E5148 is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 81 72 -
CMYK 0 0.26 0.35 0.57
HSL 14.21º 0.21% 0.36% -
HSV(B) 14.21º 0.35% 0.43% -
XYZ 10.54 9.67 7.44 -
YUV 88.65 118.61 143.23 -
System Red Green Blue C M Y K H S L
Decimal 110 81 72 0 0.26 0.35 0.57 14.21 0.21 0.36
Hex 6E 51 48 0 1A 23 39 E 15 24
Octal 156 121 110 0 32 43 71 16 25 44
Binary 1101110 1010001 1001000 0 11010 100011 111001 1110 10101 100100

Color Harmonies of #6E5148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5148

Black with #6E5148

Text Example


Text Example

White with #6E5148

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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