Html Css Color HEX #6B4540 Congo Brown

📋 copy color: '#6B4540'

red 107 ◦ green 69 ◦ blue 64

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

Shades of Congo Brown #6B4540

Tints of Congo Brown #6B4540

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.75%

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

R = 44.58%
G = 28.75%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.40

 K value IS 0.58

RGB Variations

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

Color information

#6B4540 (or 0x6B4540) is known color: Congo Brown. HEX triplet: 6B, 45 and 40. RGB value is (107,69,64). Sum of RGB (Red+Green+Blue) = 107+69+64=240 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.58% from 240); Green value is 69 (27.34% from 255 or 28.75% from 240); Blue value is 64 (25.39% from 255 or 26.67% from 240); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4540 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4540 is #94BABF. Grayscale: #4F4F4F. Windows color (decimal): -9747136 or 4212075. OLE color: 4212075.

HSL color Cylindrical-coordinate representation of color #6B4540: hue angle of 6.98º 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 #6B4540 is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 69 64 -
CMYK 0 0.36 0.40 0.58
HSL 6.98º 0.25% 0.34% -
HSV(B) 6.98º 0.4% 0.42% -
XYZ 9.12 7.75 5.87 -
YUV 79.79 119.09 147.41 -
System Red Green Blue C M Y K H S L
Decimal 107 69 64 0 0.36 0.40 0.58 6.98 0.25 0.34
Hex 6B 45 40 0 24 28 3A 7 19 22
Octal 153 105 100 0 44 50 72 7 31 42
Binary 1101011 1000101 1000000 0 100100 101000 111010 111 11001 100010

Color Harmonies of #6B4540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4540

Black with #6B4540

Text Example


Text Example

White with #6B4540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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