Html Css Color HEX #684645 Congo Brown

📋 copy color: '#684645'

red 104 ◦ green 70 ◦ blue 69

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

Shades of Congo Brown #684645

Tints of Congo Brown #684645

RGB

 RED value IS 104 (41.02% from 255) = 42.8%

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

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

R = 42.8%
G = 28.81%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.34

 K value IS 0.59

RGB Variations

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

Color information

#684645 (or 0x684645) is known color: Congo Brown. HEX triplet: 68, 46 and 45. RGB value is (104,70,69). Sum of RGB (Red+Green+Blue) = 104+70+69=243 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.80% from 243); Green value is 70 (27.73% from 255 or 28.81% from 243); Blue value is 69 (27.34% from 255 or 28.40% from 243); Max value from RGB is 104 - color contains mainly: red. Hex color #684645 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684645 is #97B9BA. Grayscale: #505050. Windows color (decimal): -9943483 or 4540008. OLE color: 4540008.

HSL color Cylindrical-coordinate representation of color #684645: hue angle of 1.71º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #684645 is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 70 69 -
CMYK 0 0.33 0.34 0.59
HSL 1.71º 0.2% 0.34% -
HSV(B) 1.71º 0.34% 0.41% -
XYZ 8.97 7.75 6.65 -
YUV 80.05 121.76 145.08 -
System Red Green Blue C M Y K H S L
Decimal 104 70 69 0 0.33 0.34 0.59 1.71 0.2 0.34
Hex 68 46 45 0 21 22 3B 2 14 22
Octal 150 106 105 0 41 42 73 2 24 42
Binary 1101000 1000110 1000101 0 100001 100010 111011 10 10100 100010

Color Harmonies of #684645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684645

Black with #684645

Text Example


Text Example

White with #684645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684645; }

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

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

background-color css

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

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

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

border-color css

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

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

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