Html Css Color HEX #6C524D Congo Brown

📋 copy color: '#6C524D'

red 108 ◦ green 82 ◦ blue 77

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

Shades of Congo Brown #6C524D

Tints of Congo Brown #6C524D

RGB

 RED value IS 108 (42.58% from 255) = 40.45%

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

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

R = 40.45%
G = 30.71%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.29

 K value IS 0.58

RGB Variations

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

Color information

#6C524D (or 0x6C524D) is known color: Congo Brown. HEX triplet: 6C, 52 and 4D. RGB value is (108,82,77). Sum of RGB (Red+Green+Blue) = 108+82+77=267 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.45% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 77 (30.47% from 255 or 28.84% from 267); Max value from RGB is 108 - color contains mainly: red. Hex color #6C524D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C524D is #93ADB2. Grayscale: #595959. Windows color (decimal): -9678259 or 5067372. OLE color: 5067372.

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

Color convert

RGB 108 82 77 -
CMYK 0 0.24 0.29 0.58
HSL 9.68º 0.17% 0.36% -
HSV(B) 9.68º 0.29% 0.42% -
XYZ 10.54 9.76 8.35 -
YUV 89.2 121.11 141.41 -
System Red Green Blue C M Y K H S L
Decimal 108 82 77 0 0.24 0.29 0.58 9.68 0.17 0.36
Hex 6C 52 4D 0 18 1D 3A A 11 24
Octal 154 122 115 0 30 35 72 12 21 44
Binary 1101100 1010010 1001101 0 11000 11101 111010 1010 10001 100100

Color Harmonies of #6C524D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C524D

Black with #6C524D

Text Example


Text Example

White with #6C524D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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