Html Css Color HEX #6C504A Congo Brown

📋 copy color: '#6C504A'

red 108 ◦ green 80 ◦ blue 74

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

Shades of Congo Brown #6C504A

Tints of Congo Brown #6C504A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.53%

 BLUE value IS 74 (29.3% from 255) = 28.24%

R = 41.22%
G = 30.53%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.31

 K value IS 0.58

RGB Variations

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

Color information

#6C504A (or 0x6C504A) is known color: Congo Brown. HEX triplet: 6C, 50 and 4A. RGB value is (108,80,74). Sum of RGB (Red+Green+Blue) = 108+80+74=262 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.22% from 262); Green value is 80 (31.64% from 255 or 30.53% from 262); Blue value is 74 (29.30% from 255 or 28.24% from 262); Max value from RGB is 108 - color contains mainly: red. Hex color #6C504A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C504A is #93AFB5. Grayscale: #575757. Windows color (decimal): -9678774 or 4870252. OLE color: 4870252.

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

Color convert

RGB 108 80 74 -
CMYK 0 0.26 0.31 0.58
HSL 10.59º 0.19% 0.36% -
HSV(B) 10.59º 0.31% 0.42% -
XYZ 10.29 9.42 7.75 -
YUV 87.69 120.28 142.49 -
System Red Green Blue C M Y K H S L
Decimal 108 80 74 0 0.26 0.31 0.58 10.59 0.19 0.36
Hex 6C 50 4A 0 1A 1F 3A B 13 24
Octal 154 120 112 0 32 37 72 13 23 44
Binary 1101100 1010000 1001010 0 11010 11111 111010 1011 10011 100100

Color Harmonies of #6C504A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C504A

Black with #6C504A

Text Example


Text Example

White with #6C504A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,80,74); }

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

background-color css

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

 a { background-color: rgb(108,80,74); }

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

border-color css

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

 span { border-color: rgb(108,80,74); }

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