Html Css Color HEX #684442 Congo Brown

📋 copy color: '#684442'

red 104 ◦ green 68 ◦ blue 66

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

Shades of Congo Brown #684442

Tints of Congo Brown #684442

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.57%

 BLUE value IS 66 (26.17% from 255) = 27.73%

R = 43.7%
G = 28.57%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.37

 K value IS 0.59

RGB Variations

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

Color information

#684442 (or 0x684442) is known color: Congo Brown. HEX triplet: 68, 44 and 42. RGB value is (104,68,66). Sum of RGB (Red+Green+Blue) = 104+68+66=238 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.70% from 238); Green value is 68 (26.95% from 255 or 28.57% from 238); Blue value is 66 (26.17% from 255 or 27.73% from 238); Max value from RGB is 104 - color contains mainly: red. Hex color #684442 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684442 is #97BBBD. Grayscale: #4E4E4E. Windows color (decimal): -9943998 or 4342888. OLE color: 4342888.

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

Color convert

RGB 104 68 66 -
CMYK 0 0.35 0.37 0.59
HSL 3.16º 0.22% 0.33% -
HSV(B) 3.16º 0.37% 0.41% -
XYZ 8.76 7.47 6.13 -
YUV 78.54 120.93 146.16 -
System Red Green Blue C M Y K H S L
Decimal 104 68 66 0 0.35 0.37 0.59 3.16 0.22 0.33
Hex 68 44 42 0 23 25 3B 3 16 21
Octal 150 104 102 0 43 45 73 3 26 41
Binary 1101000 1000100 1000010 0 100011 100101 111011 11 10110 100001

Color Harmonies of #684442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684442

Black with #684442

Text Example


Text Example

White with #684442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684442; }

 p { color: rgb(104,68,66); }

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

background-color css

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

 a { background-color: rgb(104,68,66); }

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

border-color css

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

 span { border-color: rgb(104,68,66); }

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