#684D4B

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

Shades of Congo Brown #684D4B

Tints of Congo Brown #684D4B

Color information

#684D4B (or 0x684D4B) is unknown color: approx Congo Brown. HEX triplet: 68, 4D and 4B. RGB value is (104,77,75). Sum of RGB (Red+Green+Blue) = 104+77+75=256 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.62% from 256); Green value is 77 (30.47% from 255 or 30.08% from 256); Blue value is 75 (29.69% from 255 or 29.30% from 256); Max value from RGB is 104 - color contains mainly: red. Hex color #684D4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684D4B is #97B2B4. Grayscale: #545454. Windows color (decimal): -9941685 or 4935016. OLE color: 4935016.

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

Color convert

RGB1047775-
CMYK00.260.280.59
HSL4.14º16.2%35.1%-
HSV(B)4.14º27.88%40.78%-
XYZ9.638.767.84-
YUV84.84122.45141.66-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.62%
GREEN value IS 77 (30.47% from 255) = 30.08%
BLUE value IS 75 (29.69% from 255) = 29.30%
R=40.62%
G=30.08%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104777500.260.280.594.1416.235.1
Hex684D4B01A1C3B41023
Octal150115113032347342043
Binary1101000100110110010110110101110011101110010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,77,75); }

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

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

 a { background-color: rgb(104,77,75); }

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

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

 span { border-color: rgb(104,77,75); }

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