#684A43

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

Shades of Congo Brown #684A43

Tints of Congo Brown #684A43

Color information

#684A43 (or 0x684A43) is unknown color: approx Congo Brown. HEX triplet: 68, 4A and 43. RGB value is (104,74,67). Sum of RGB (Red+Green+Blue) = 104+74+67=245 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.45% from 245); Green value is 74 (29.30% from 255 or 30.20% from 245); Blue value is 67 (26.56% from 255 or 27.35% from 245); Max value from RGB is 104 - color contains mainly: red. Hex color #684A43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684A43 is #97B5BC. Grayscale: #525252. Windows color (decimal): -9942461 or 4409960. OLE color: 4409960.

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

Color convert

RGB1047467-
CMYK00.290.360.59
HSL11.35º21.64%33.53%-
HSV(B)11.35º35.58%40.78%-
XYZ9.178.256.42-
YUV82.17119.44143.57-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.45%
GREEN value IS 74 (29.30% from 255) = 30.20%
BLUE value IS 67 (26.56% from 255) = 27.35%
R=42.45%
G=30.20%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.36
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104746700.290.360.5911.3521.6433.53
Hex684A4301D243Bb1622
Octal1501121030354473132642
Binary110100010010101000011011101100100111011101110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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