#614642

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

Shades of Congo Brown #614642

Tints of Congo Brown #614642

Color information

#614642 (or 0x614642) is unknown color: approx Congo Brown. HEX triplet: 61, 46 and 42. RGB value is (97,70,66). Sum of RGB (Red+Green+Blue) = 97+70+66=233 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.63% from 233); Green value is 70 (27.73% from 255 or 30.04% from 233); Blue value is 66 (26.17% from 255 or 28.33% from 233); Max value from RGB is 97 - color contains mainly: red. Hex color #614642 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614642 is #9EB9BD. Grayscale: #4D4D4D. Windows color (decimal): -10402238 or 4343393. OLE color: 4343393.

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

Color convert

RGB977066-
CMYK00.280.320.62
HSL7.74º19.02%31.96%-
HSV(B)7.74º31.96%38.04%-
XYZ8.17.326.14-
YUV77.62121.45141.83-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.63%
GREEN value IS 70 (27.73% from 255) = 30.04%
BLUE value IS 66 (26.17% from 255) = 28.33%
R=41.63%
G=30.04%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97706600.280.320.627.7419.0231.96
Hex61464201C203E81320
Octal1411061020344076102340
Binary110000110001101000010011100100000111110100010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614642; }

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

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

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

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

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

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

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

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