Html Css Color HEX #6C504B Congo Brown

📋 copy color: '#6C504B'

red 108 ◦ green 80 ◦ blue 75

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

Shades of Congo Brown #6C504B

Tints of Congo Brown #6C504B

RGB

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

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

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

R = 41.06%
G = 30.42%
B = 28.52%

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

#6C504B (or 0x6C504B) is known color: Congo Brown. HEX triplet: 6C, 50 and 4B. RGB value is (108,80,75). Sum of RGB (Red+Green+Blue) = 108+80+75=263 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.06% from 263); Green value is 80 (31.64% from 255 or 30.42% from 263); Blue value is 75 (29.69% from 255 or 28.52% from 263); Max value from RGB is 108 - color contains mainly: red. Hex color #6C504B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C504B is #93AFB4. Grayscale: #575757. Windows color (decimal): -9678773 or 4935788. OLE color: 4935788.

HSL color Cylindrical-coordinate representation of color #6C504B: hue angle of 9.09º degrees, saturation: 0.18, 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 #6C504B is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 80 75 -
CMYK 0 0.26 0.31 0.58
HSL 9.09º 0.18% 0.36% -
HSV(B) 9.09º 0.31% 0.42% -
XYZ 10.32 9.43 7.93 -
YUV 87.8 120.78 142.41 -
System Red Green Blue C M Y K H S L
Decimal 108 80 75 0 0.26 0.31 0.58 9.09 0.18 0.36
Hex 6C 50 4B 0 1A 1F 3A 9 12 24
Octal 154 120 113 0 32 37 72 11 22 44
Binary 1101100 1010000 1001011 0 11010 11111 111010 1001 10010 100100

Color Harmonies of #6C504B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C504B

Black with #6C504B

Text Example


Text Example

White with #6C504B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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