#684A46

Color #684A46 Congo Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Congo Brown #684A46

Tints of Congo Brown #684A46

Color information

#684A46 (or 0x684A46) is unknown color: approx Congo Brown. HEX triplet: 68, 4A and 46. RGB value is (104,74,70). Sum of RGB (Red+Green+Blue) = 104+74+70=248 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.94% from 248); Green value is 74 (29.30% from 255 or 29.84% from 248); Blue value is 70 (27.73% from 255 or 28.23% from 248); Max value from RGB is 104 - color contains mainly: red. Hex color #684A46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684A46 is #97B5B9. Grayscale: #525252. Windows color (decimal): -9942458 or 4606568. OLE color: 4606568.

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

Color convert

RGB1047470-
CMYK00.290.330.59
HSL7.06º19.54%34.12%-
HSV(B)7.06º32.69%40.78%-
XYZ9.268.286.9-
YUV82.51120.94143.33-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.94%
GREEN value IS 74 (29.30% from 255) = 29.84%
BLUE value IS 70 (27.73% from 255) = 28.23%
R=41.94%
G=29.84%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.33
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104747000.290.330.597.0619.5434.12
Hex684A4601D213B71422
Octal150112106035417372442
Binary11010001001010100011001110110000111101111110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684A46; }

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

 H1.HeaderClassName
 {
   color: #684A46;
 }
 .AnyTagClassName
 {
   color: #684A46;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #684A46;
 }
 .BgClassName
 {
   background-color: #684A46;
 }
</style>
border-color css

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

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

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