#614441

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

Shades of Congo Brown #614441

Tints of Congo Brown #614441

Color information

#614441 (or 0x614441) is unknown color: approx Congo Brown. HEX triplet: 61, 44 and 41. RGB value is (97,68,65). Sum of RGB (Red+Green+Blue) = 97+68+65=230 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.17% from 230); Green value is 68 (26.95% from 255 or 29.57% from 230); Blue value is 65 (25.78% from 255 or 28.26% from 230); Max value from RGB is 97 - color contains mainly: red. Hex color #614441 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614441 is #9EBBBE. Grayscale: #4C4C4C. Windows color (decimal): -10402751 or 4277345. OLE color: 4277345.

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

Color convert

RGB976865-
CMYK00.300.330.62
HSL5.63º19.75%31.76%-
HSV(B)5.63º32.99%38.04%-
XYZ7.957.065.94-
YUV76.33121.61142.74-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.17%
GREEN value IS 68 (26.95% from 255) = 29.57%
BLUE value IS 65 (25.78% from 255) = 28.26%
R=42.17%
G=29.57%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97686500.300.330.625.6319.7531.76
Hex61444101E213E61420
Octal141104101036417662440
Binary11000011000100100000101111010000111111011010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614441; }

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

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

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

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

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

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

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

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