Html Css Color HEX #6D4745 Congo Brown

📋 copy color: '#6D4745'

red 109 ◦ green 71 ◦ blue 69

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

Shades of Congo Brown #6D4745

Tints of Congo Brown #6D4745

RGB

 RED value IS 109 (42.97% from 255) = 43.78%

 GREEN value IS 71 (28.13% from 255) = 28.51%

 BLUE value IS 69 (27.34% from 255) = 27.71%

R = 43.78%
G = 28.51%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.37

 K value IS 0.57

RGB Variations

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

Color information

#6D4745 (or 0x6D4745) is known color: Congo Brown. HEX triplet: 6D, 47 and 45. RGB value is (109,71,69). Sum of RGB (Red+Green+Blue) = 109+71+69=249 (32% of max value = 765). Red value is 109 (42.97% from 255 or 43.78% from 249); Green value is 71 (28.12% from 255 or 28.51% from 249); Blue value is 69 (27.34% from 255 or 27.71% from 249); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4745 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4745 is #92B8BA. Grayscale: #525252. Windows color (decimal): -9615547 or 4540269. OLE color: 4540269.

HSL color Cylindrical-coordinate representation of color #6D4745: hue angle of 3º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6D4745 is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 71 69 -
CMYK 0 0.35 0.37 0.57
HSL 0.22% 0.35% -
HSV(B) 0.37% 0.43% -
XYZ 9.63 8.19 6.7 -
YUV 82.13 120.59 147.16 -
System Red Green Blue C M Y K H S L
Decimal 109 71 69 0 0.35 0.37 0.57 3 0.22 0.35
Hex 6D 47 45 0 23 25 39 3 16 23
Octal 155 107 105 0 43 45 71 3 26 43
Binary 1101101 1000111 1000101 0 100011 100101 111001 11 10110 100011

Color Harmonies of #6D4745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4745

Black with #6D4745

Text Example


Text Example

White with #6D4745

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,71,69); }

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

background-color css

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

 a { background-color: rgb(109,71,69); }

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

border-color css

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

 span { border-color: rgb(109,71,69); }

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