Html Css Color HEX #6C4945 Congo Brown

📋 copy color: '#6C4945'

red 108 ◦ green 73 ◦ blue 69

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

Shades of Congo Brown #6C4945

Tints of Congo Brown #6C4945

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.2%

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

R = 43.2%
G = 29.2%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.58

RGB Variations

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

Color information

#6C4945 (or 0x6C4945) is known color: Congo Brown. HEX triplet: 6C, 49 and 45. RGB value is (108,73,69). Sum of RGB (Red+Green+Blue) = 108+73+69=250 (33% of max value = 765). Red value is 108 (42.58% from 255 or 43.2% from 250); Green value is 73 (28.91% from 255 or 29.2% from 250); Blue value is 69 (27.34% from 255 or 27.6% from 250); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4945 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C4945 is #93B6BA. Grayscale: #535353. Windows color (decimal): -9680571 or 4540780. OLE color: 4540780.

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

Color convert

RGB 108 73 69 -
CMYK 0 0.32 0.36 0.58
HSL 6.15º 0.22% 0.35% -
HSV(B) 6.15º 0.36% 0.42% -
XYZ 9.64 8.38 6.74 -
YUV 83.01 120.1 145.83 -
System Red Green Blue C M Y K H S L
Decimal 108 73 69 0 0.32 0.36 0.58 6.15 0.22 0.35
Hex 6C 49 45 0 20 24 3A 6 16 23
Octal 154 111 105 0 40 44 72 6 26 43
Binary 1101100 1001001 1000101 0 100000 100100 111010 110 10110 100011

Color Harmonies of #6C4945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4945

Black with #6C4945

Text Example


Text Example

White with #6C4945

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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