#614640

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

Shades of Congo Brown #614640

Tints of Congo Brown #614640

Color information

#614640 (or 0x614640) is unknown color: approx Congo Brown. HEX triplet: 61, 46 and 40. RGB value is (97,70,64). Sum of RGB (Red+Green+Blue) = 97+70+64=231 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.99% from 231); Green value is 70 (27.73% from 255 or 30.30% from 231); Blue value is 64 (25.39% from 255 or 27.71% from 231); Max value from RGB is 97 - color contains mainly: red. Hex color #614640 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614640 is #9EB9BF. Grayscale: #4D4D4D. Windows color (decimal): -10402240 or 4212321. OLE color: 4212321.

HSL color Cylindrical-coordinate representation of color #614640: hue angle of 10.91º 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 #614640 is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB977064-
CMYK00.280.340.62
HSL10.91º20.5%31.57%-
HSV(B)10.91º34.02%38.04%-
XYZ8.057.295.83-
YUV77.39120.45141.99-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.99%
GREEN value IS 70 (27.73% from 255) = 30.30%
BLUE value IS 64 (25.39% from 255) = 27.71%
R=41.99%
G=30.30%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97706400.280.340.6210.9120.531.57
Hex61464001C223Eb1420
Octal1411061000344276132440
Binary110000110001101000000011100100010111110101110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614640; }

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

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

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

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

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

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

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

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