#614842

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

Shades of Congo Brown #614842

Tints of Congo Brown #614842

Color information

#614842 (or 0x614842) is unknown color: approx Congo Brown. HEX triplet: 61, 48 and 42. RGB value is (97,72,66). Sum of RGB (Red+Green+Blue) = 97+72+66=235 (31% of max value = 765). Red value is 97 (38.28% from 255 or 41.28% from 235); Green value is 72 (28.52% from 255 or 30.64% from 235); Blue value is 66 (26.17% from 255 or 28.09% from 235); Max value from RGB is 97 - color contains mainly: red. Hex color #614842 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614842 is #9EB7BD. Grayscale: #4E4E4E. Windows color (decimal): -10401726 or 4343905. OLE color: 4343905.

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

Color convert

RGB977266-
CMYK00.260.320.62
HSL11.61º19.02%31.96%-
HSV(B)11.61º31.96%38.04%-
XYZ8.237.576.18-
YUV78.79120.78140.99-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.28%
GREEN value IS 72 (28.52% from 255) = 30.64%
BLUE value IS 66 (26.17% from 255) = 28.09%
R=41.28%
G=30.64%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97726600.260.320.6211.6119.0231.96
Hex61484201A203Ec1320
Octal1411101020324076142340
Binary110000110010001000010011010100000111110110010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614842; }

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

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

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

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

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

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

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

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