Html Css Color HEX #6D534D Congo Brown

📋 copy color: '#6D534D'

red 109 ◦ green 83 ◦ blue 77

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

Shades of Congo Brown #6D534D

Tints of Congo Brown #6D534D

RGB

 RED value IS 109 (42.97% from 255) = 40.52%

 GREEN value IS 83 (32.81% from 255) = 30.86%

 BLUE value IS 77 (30.47% from 255) = 28.62%

R = 40.52%
G = 30.86%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.29

 K value IS 0.57

RGB Variations

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

Color information

#6D534D (or 0x6D534D) is known color: Congo Brown. HEX triplet: 6D, 53 and 4D. RGB value is (109,83,77). Sum of RGB (Red+Green+Blue) = 109+83+77=269 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.52% from 269); Green value is 83 (32.81% from 255 or 30.86% from 269); Blue value is 77 (30.47% from 255 or 28.62% from 269); Max value from RGB is 109 - color contains mainly: red. Hex color #6D534D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D534D is #92ACB2. Grayscale: #5A5A5A. Windows color (decimal): -9612467 or 5067629. OLE color: 5067629.

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

Color convert

RGB 109 83 77 -
CMYK 0 0.24 0.29 0.57
HSL 11.25º 0.17% 0.36% -
HSV(B) 11.25º 0.29% 0.43% -
XYZ 10.74 9.97 8.38 -
YUV 90.09 120.61 141.49 -
System Red Green Blue C M Y K H S L
Decimal 109 83 77 0 0.24 0.29 0.57 11.25 0.17 0.36
Hex 6D 53 4D 0 18 1D 39 B 11 24
Octal 155 123 115 0 30 35 71 13 21 44
Binary 1101101 1010011 1001101 0 11000 11101 111001 1011 10001 100100

Color Harmonies of #6D534D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D534D

Black with #6D534D

Text Example


Text Example

White with #6D534D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,83,77); }

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

background-color css

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

 a { background-color: rgb(109,83,77); }

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

border-color css

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

 span { border-color: rgb(109,83,77); }

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