Html Css Color HEX #6D524D Congo Brown

📋 copy color: '#6D524D'

red 109 ◦ green 82 ◦ blue 77

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

Shades of Congo Brown #6D524D

Tints of Congo Brown #6D524D

RGB

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

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

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

R = 40.67%
G = 30.6%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.29

 K value IS 0.57

RGB Variations

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

Color information

#6D524D (or 0x6D524D) is known color: Congo Brown. HEX triplet: 6D, 52 and 4D. RGB value is (109,82,77). Sum of RGB (Red+Green+Blue) = 109+82+77=268 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.67% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 77 (30.47% from 255 or 28.73% from 268); Max value from RGB is 109 - color contains mainly: red. Hex color #6D524D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D524D is #92ADB2. Grayscale: #595959. Windows color (decimal): -9612723 or 5067373. OLE color: 5067373.

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

Color convert

RGB 109 82 77 -
CMYK 0 0.25 0.29 0.57
HSL 9.38º 0.17% 0.36% -
HSV(B) 9.38º 0.29% 0.43% -
XYZ 10.66 9.82 8.35 -
YUV 89.5 120.95 141.91 -
System Red Green Blue C M Y K H S L
Decimal 109 82 77 0 0.25 0.29 0.57 9.38 0.17 0.36
Hex 6D 52 4D 0 19 1D 39 9 11 24
Octal 155 122 115 0 31 35 71 11 21 44
Binary 1101101 1010010 1001101 0 11001 11101 111001 1001 10001 100100

Color Harmonies of #6D524D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D524D

Black with #6D524D

Text Example


Text Example

White with #6D524D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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