Html Css Color HEX #6D4645 Congo Brown

📋 copy color: '#6D4645'

red 109 ◦ green 70 ◦ blue 69

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

Shades of Congo Brown #6D4645

Tints of Congo Brown #6D4645

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.23%

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

R = 43.95%
G = 28.23%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.37

 K value IS 0.57

RGB Variations

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

Color information

#6D4645 (or 0x6D4645) is known color: Congo Brown. HEX triplet: 6D, 46 and 45. RGB value is (109,70,69). Sum of RGB (Red+Green+Blue) = 109+70+69=248 (32% of max value = 765). Red value is 109 (42.97% from 255 or 43.95% from 248); Green value is 70 (27.73% from 255 or 28.23% from 248); Blue value is 69 (27.34% from 255 or 27.82% from 248); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4645 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4645 is #92B9BA. Grayscale: #515151. Windows color (decimal): -9615803 or 4540013. OLE color: 4540013.

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

Color convert

RGB 109 70 69 -
CMYK 0 0.36 0.37 0.57
HSL 1.5º 0.22% 0.35% -
HSV(B) 1.5º 0.37% 0.43% -
XYZ 9.57 8.06 6.68 -
YUV 81.55 120.92 147.58 -
System Red Green Blue C M Y K H S L
Decimal 109 70 69 0 0.36 0.37 0.57 1.5 0.22 0.35
Hex 6D 46 45 0 24 25 39 2 16 23
Octal 155 106 105 0 44 45 71 2 26 43
Binary 1101101 1000110 1000101 0 100100 100101 111001 10 10110 100011

Color Harmonies of #6D4645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4645

Black with #6D4645

Text Example


Text Example

White with #6D4645

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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