#614844

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

Shades of Congo Brown #614844

Tints of Congo Brown #614844

Color information

#614844 (or 0x614844) is unknown color: approx Congo Brown. HEX triplet: 61, 48 and 44. RGB value is (97,72,68). Sum of RGB (Red+Green+Blue) = 97+72+68=237 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.93% from 237); Green value is 72 (28.52% from 255 or 30.38% from 237); Blue value is 68 (26.95% from 255 or 28.69% from 237); Max value from RGB is 97 - color contains mainly: red. Hex color #614844 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614844 is #9EB7BB. Grayscale: #4F4F4F. Windows color (decimal): -10401724 or 4474977. OLE color: 4474977.

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

Color convert

RGB977268-
CMYK00.260.300.62
HSL8.28º17.58%32.35%-
HSV(B)8.28º29.9%38.04%-
XYZ8.297.596.5-
YUV79.02121.78140.83-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.93%
GREEN value IS 72 (28.52% from 255) = 30.38%
BLUE value IS 68 (26.95% from 255) = 28.69%
R=40.93%
G=30.38%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97726800.260.300.628.2817.5832.35
Hex61484401A1E3E81220
Octal1411101040323676102240
Binary11000011001000100010001101011110111110100010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614844; }

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

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

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

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

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

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

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

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