Html Css Color HEX #6B4840 Congo Brown

📋 copy color: '#6B4840'

red 107 ◦ green 72 ◦ blue 64

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

Shades of Congo Brown #6B4840

Tints of Congo Brown #6B4840

RGB

 RED value IS 107 (42.19% from 255) = 44.03%

 GREEN value IS 72 (28.52% from 255) = 29.63%

 BLUE value IS 64 (25.39% from 255) = 26.34%

R = 44.03%
G = 29.63%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.40

 K value IS 0.58

RGB Variations

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

Color information

#6B4840 (or 0x6B4840) is known color: Congo Brown. HEX triplet: 6B, 48 and 40. RGB value is (107,72,64). Sum of RGB (Red+Green+Blue) = 107+72+64=243 (32% of max value = 765). Red value is 107 (42.19% from 255 or 44.03% from 243); Green value is 72 (28.52% from 255 or 29.63% from 243); Blue value is 64 (25.39% from 255 or 26.34% from 243); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4840 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4840 is #94B7BF. Grayscale: #515151. Windows color (decimal): -9746368 or 4212843. OLE color: 4212843.

HSL color Cylindrical-coordinate representation of color #6B4840: hue angle of 11.16º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6B4840 is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 72 64 -
CMYK 0 0.33 0.40 0.58
HSL 11.16º 0.25% 0.34% -
HSV(B) 11.16º 0.4% 0.42% -
XYZ 9.31 8.13 5.93 -
YUV 81.55 118.1 146.15 -
System Red Green Blue C M Y K H S L
Decimal 107 72 64 0 0.33 0.40 0.58 11.16 0.25 0.34
Hex 6B 48 40 0 21 28 3A B 19 22
Octal 153 110 100 0 41 50 72 13 31 42
Binary 1101011 1001000 1000000 0 100001 101000 111010 1011 11001 100010

Color Harmonies of #6B4840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4840

Black with #6B4840

Text Example


Text Example

White with #6B4840

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,72,64); }

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

background-color css

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

 a { background-color: rgb(107,72,64); }

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

border-color css

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

 span { border-color: rgb(107,72,64); }

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