#604441

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

Shades of Congo Brown #604441

Tints of Congo Brown #604441

Color information

#604441 (or 0x604441) is unknown color: approx Congo Brown. HEX triplet: 60, 44 and 41. RGB value is (96,68,65). Sum of RGB (Red+Green+Blue) = 96+68+65=229 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.92% from 229); Green value is 68 (26.95% from 255 or 29.69% from 229); Blue value is 65 (25.78% from 255 or 28.38% from 229); Max value from RGB is 96 - color contains mainly: red. Hex color #604441 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604441 is #9FBBBE. Grayscale: #4C4C4C. Windows color (decimal): -10468287 or 4277344. OLE color: 4277344.

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

Color convert

RGB966865-
CMYK00.290.320.62
HSL5.81º19.25%31.57%-
HSV(B)5.81º32.29%37.65%-
XYZ7.8575.94-
YUV76.03121.78142.24-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.92%
GREEN value IS 68 (26.95% from 255) = 29.69%
BLUE value IS 65 (25.78% from 255) = 28.38%
R=41.92%
G=29.69%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96686500.290.320.625.8119.2531.57
Hex60444101D203E61320
Octal140104101035407662340
Binary11000001000100100000101110110000011111011010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604441; }

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

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

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

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

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

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

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

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