Html Css Color HEX #6B4844 Congo Brown

📋 copy color: '#6B4844'

red 107 ◦ green 72 ◦ blue 68

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

Shades of Congo Brown #6B4844

Tints of Congo Brown #6B4844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 27.53%

R = 43.32%
G = 29.15%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.36

 K value IS 0.58

RGB Variations

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

Color information

#6B4844 (or 0x6B4844) is known color: Congo Brown. HEX triplet: 6B, 48 and 44. RGB value is (107,72,68). Sum of RGB (Red+Green+Blue) = 107+72+68=247 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.32% from 247); Green value is 72 (28.52% from 255 or 29.15% from 247); Blue value is 68 (26.95% from 255 or 27.53% from 247); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4844 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4844 is #94B7BB. Grayscale: #525252. Windows color (decimal): -9746364 or 4474987. OLE color: 4474987.

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

Color convert

RGB 107 72 68 -
CMYK 0 0.33 0.36 0.58
HSL 6.15º 0.22% 0.34% -
HSV(B) 6.15º 0.36% 0.42% -
XYZ 9.42 8.18 6.55 -
YUV 82.01 120.1 145.83 -
System Red Green Blue C M Y K H S L
Decimal 107 72 68 0 0.33 0.36 0.58 6.15 0.22 0.34
Hex 6B 48 44 0 21 24 3A 6 16 22
Octal 153 110 104 0 41 44 72 6 26 42
Binary 1101011 1001000 1000100 0 100001 100100 111010 110 10110 100010

Color Harmonies of #6B4844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4844

Black with #6B4844

Text Example


Text Example

White with #6B4844

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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