Html Css Color HEX #6C4745 Congo Brown

📋 copy color: '#6C4745'

red 108 ◦ green 71 ◦ blue 69

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

Shades of Congo Brown #6C4745

Tints of Congo Brown #6C4745

RGB

 RED value IS 108 (42.58% from 255) = 43.55%

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

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

R = 43.55%
G = 28.63%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.36

 K value IS 0.58

RGB Variations

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

Color information

#6C4745 (or 0x6C4745) is known color: Congo Brown. HEX triplet: 6C, 47 and 45. RGB value is (108,71,69). Sum of RGB (Red+Green+Blue) = 108+71+69=248 (32% of max value = 765). Red value is 108 (42.58% from 255 or 43.55% from 248); Green value is 71 (28.12% from 255 or 28.63% from 248); Blue value is 69 (27.34% from 255 or 27.82% from 248); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4745 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C4745 is #93B8BA. Grayscale: #515151. Windows color (decimal): -9681083 or 4540268. OLE color: 4540268.

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

Color convert

RGB 108 71 69 -
CMYK 0 0.34 0.36 0.58
HSL 3.08º 0.22% 0.35% -
HSV(B) 3.08º 0.36% 0.42% -
XYZ 9.51 8.12 6.7 -
YUV 81.84 120.76 146.66 -
System Red Green Blue C M Y K H S L
Decimal 108 71 69 0 0.34 0.36 0.58 3.08 0.22 0.35
Hex 6C 47 45 0 22 24 3A 3 16 23
Octal 154 107 105 0 42 44 72 3 26 43
Binary 1101100 1000111 1000101 0 100010 100100 111010 11 10110 100011

Color Harmonies of #6C4745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4745

Black with #6C4745

Text Example


Text Example

White with #6C4745

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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