#684C4A

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

Shades of Congo Brown #684C4A

Tints of Congo Brown #684C4A

Color information

#684C4A (or 0x684C4A) is unknown color: approx Congo Brown. HEX triplet: 68, 4C and 4A. RGB value is (104,76,74). Sum of RGB (Red+Green+Blue) = 104+76+74=254 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.94% from 254); Green value is 76 (30.08% from 255 or 29.92% from 254); Blue value is 74 (29.30% from 255 or 29.13% from 254); Max value from RGB is 104 - color contains mainly: red. Hex color #684C4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684C4A is #97B3B5. Grayscale: #545454. Windows color (decimal): -9941942 or 4869224. OLE color: 4869224.

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

Color convert

RGB1047674-
CMYK00.270.290.59
HSL16.85%34.9%-
HSV(B)28.85%40.78%-
XYZ9.538.617.64-
YUV84.14122.28142.16-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.94%
GREEN value IS 76 (30.08% from 255) = 29.92%
BLUE value IS 74 (29.30% from 255) = 29.13%
R=40.94%
G=29.92%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104767400.270.290.59416.8534.9
Hex684C4A01B1D3B41123
Octal150114112033357342143
Binary1101000100110010010100110111110111101110010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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