#684F4B

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

Shades of Congo Brown #684F4B

Tints of Congo Brown #684F4B

Color information

#684F4B (or 0x684F4B) is unknown color: approx Congo Brown. HEX triplet: 68, 4F and 4B. RGB value is (104,79,75). Sum of RGB (Red+Green+Blue) = 104+79+75=258 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.31% from 258); Green value is 79 (31.25% from 255 or 30.62% from 258); Blue value is 75 (29.69% from 255 or 29.07% from 258); Max value from RGB is 104 - color contains mainly: red. Hex color #684F4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684F4B is #97B0B4. Grayscale: #565656. Windows color (decimal): -9941173 or 4935528. OLE color: 4935528.

HSL color Cylindrical-coordinate representation of color #684F4B: hue angle of 8.28º 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 #684F4B is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB1047975-
CMYK00.240.280.59
HSL8.28º16.2%35.1%-
HSV(B)8.28º27.88%40.78%-
XYZ9.779.047.89-
YUV86.02121.78140.83-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.31%
GREEN value IS 79 (31.25% from 255) = 30.62%
BLUE value IS 75 (29.69% from 255) = 29.07%
R=40.31%
G=30.62%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104797500.240.280.598.2816.235.1
Hex684F4B0181C3B81023
Octal1501171130303473102043
Binary11010001001111100101101100011100111011100010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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