#614942

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

Shades of Congo Brown #614942

Tints of Congo Brown #614942

Color information

#614942 (or 0x614942) is unknown color: approx Congo Brown. HEX triplet: 61, 49 and 42. RGB value is (97,73,66). Sum of RGB (Red+Green+Blue) = 97+73+66=236 (31% of max value = 765). Red value is 97 (38.28% from 255 or 41.10% from 236); Green value is 73 (28.91% from 255 or 30.93% from 236); Blue value is 66 (26.17% from 255 or 27.97% from 236); Max value from RGB is 97 - color contains mainly: red. Hex color #614942 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614942 is #9EB6BD. Grayscale: #4F4F4F. Windows color (decimal): -10401470 or 4344161. OLE color: 4344161.

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

Color convert

RGB977366-
CMYK00.250.320.62
HSL13.55º19.02%31.96%-
HSV(B)13.55º31.96%38.04%-
XYZ8.37.76.2-
YUV79.38120.45140.57-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.10%
GREEN value IS 73 (28.91% from 255) = 30.93%
BLUE value IS 66 (26.17% from 255) = 27.97%
R=41.10%
G=30.93%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97736600.250.320.6213.5519.0231.96
Hex614942019203Ee1320
Octal1411111020314076162340
Binary110000110010011000010011001100000111110111010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614942; }

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

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

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

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

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

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

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

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