#614543

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

Shades of Congo Brown #614543

Tints of Congo Brown #614543

Color information

#614543 (or 0x614543) is unknown color: approx Congo Brown. HEX triplet: 61, 45 and 43. RGB value is (97,69,67). Sum of RGB (Red+Green+Blue) = 97+69+67=233 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.63% from 233); Green value is 69 (27.34% from 255 or 29.61% from 233); Blue value is 67 (26.56% from 255 or 28.76% from 233); Max value from RGB is 97 - color contains mainly: red. Hex color #614543 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614543 is #9EBABC. Grayscale: #4D4D4D. Windows color (decimal): -10402493 or 4408673. OLE color: 4408673.

HSL color Cylindrical-coordinate representation of color #614543: hue angle of 4º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #614543 is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.62.

Color convert

RGB976967-
CMYK00.290.310.62
HSL18.29%32.16%-
HSV(B)30.93%38.04%-
XYZ8.077.26.28-
YUV77.14122.28142.16-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.63%
GREEN value IS 69 (27.34% from 255) = 29.61%
BLUE value IS 67 (26.56% from 255) = 28.76%
R=41.63%
G=29.61%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97696700.290.310.62418.2932.16
Hex61454301D1F3E41220
Octal141105103035377642240
Binary1100001100010110000110111011111111111010010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614543; }

 p { color: rgb(97,69,67); }

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

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

 a { background-color: rgb(97,69,67); }

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

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

 span { border-color: rgb(97,69,67); }

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