#614540

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

Shades of Congo Brown #614540

Tints of Congo Brown #614540

Color information

#614540 (or 0x614540) is unknown color: approx Congo Brown. HEX triplet: 61, 45 and 40. RGB value is (97,69,64). Sum of RGB (Red+Green+Blue) = 97+69+64=230 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.17% from 230); Green value is 69 (27.34% from 255 or 30% from 230); Blue value is 64 (25.39% from 255 or 27.83% from 230); Max value from RGB is 97 - color contains mainly: red. Hex color #614540 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614540 is #9EBABF. Grayscale: #4C4C4C. Windows color (decimal): -10402496 or 4212065. OLE color: 4212065.

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

Color convert

RGB976964-
CMYK00.290.340.62
HSL9.09º20.5%31.57%-
HSV(B)9.09º34.02%38.04%-
XYZ7.987.175.81-
YUV76.8120.78142.41-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.17%
GREEN value IS 69 (27.34% from 255) = 30%
BLUE value IS 64 (25.39% from 255) = 27.83%
R=42.17%
G=30%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97696400.290.340.629.0920.531.57
Hex61454001D223E91420
Octal1411051000354276112440
Binary110000110001011000000011101100010111110100110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614540; }

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

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

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

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

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

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

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

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