Html Css Color HEX #6E524B Congo Brown

📋 copy color: '#6E524B'

red 110 ◦ green 82 ◦ blue 75

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

Shades of Congo Brown #6E524B

Tints of Congo Brown #6E524B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.71%

 BLUE value IS 75 (29.69% from 255) = 28.09%

R = 41.2%
G = 30.71%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.32

 K value IS 0.57

RGB Variations

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

Color information

#6E524B (or 0x6E524B) is known color: Congo Brown. HEX triplet: 6E, 52 and 4B. RGB value is (110,82,75). Sum of RGB (Red+Green+Blue) = 110+82+75=267 (35% of max value = 765). Red value is 110 (43.36% from 255 or 41.20% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 75 (29.69% from 255 or 28.09% from 267); Max value from RGB is 110 - color contains mainly: red. Hex color #6E524B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E524B is #91ADB4. Grayscale: #595959. Windows color (decimal): -9547189 or 4936302. OLE color: 4936302.

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

Color convert

RGB 110 82 75 -
CMYK 0 0.25 0.32 0.57
HSL 12º 0.19% 0.36% -
HSV(B) 12º 0.32% 0.43% -
XYZ 10.72 9.86 7.99 -
YUV 89.57 119.78 142.57 -
System Red Green Blue C M Y K H S L
Decimal 110 82 75 0 0.25 0.32 0.57 12 0.19 0.36
Hex 6E 52 4B 0 19 20 39 C 13 24
Octal 156 122 113 0 31 40 71 14 23 44
Binary 1101110 1010010 1001011 0 11001 100000 111001 1100 10011 100100

Color Harmonies of #6E524B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E524B

Black with #6E524B

Text Example


Text Example

White with #6E524B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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