#604841

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

Shades of Congo Brown #604841

Tints of Congo Brown #604841

Color information

#604841 (or 0x604841) is unknown color: approx Congo Brown. HEX triplet: 60, 48 and 41. RGB value is (96,72,65). Sum of RGB (Red+Green+Blue) = 96+72+65=233 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.20% from 233); Green value is 72 (28.52% from 255 or 30.90% from 233); Blue value is 65 (25.78% from 255 or 27.90% from 233); Max value from RGB is 96 - color contains mainly: red. Hex color #604841 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604841 is #9FB7BE. Grayscale: #4E4E4E. Windows color (decimal): -10467263 or 4278368. OLE color: 4278368.

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

Color convert

RGB967265-
CMYK00.250.320.62
HSL13.55º19.25%31.57%-
HSV(B)13.55º32.29%37.65%-
XYZ8.17.56.02-
YUV78.38120.45140.57-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.20%
GREEN value IS 72 (28.52% from 255) = 30.90%
BLUE value IS 65 (25.78% from 255) = 27.90%
R=41.20%
G=30.90%
B=27.90%

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
Decimal96726500.250.320.6213.5519.2531.57
Hex604841019203Ee1320
Octal1401101010314076162340
Binary110000010010001000001011001100000111110111010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604841; }

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

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

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

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

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

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

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

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