#604A45

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

Shades of Congo Brown #604A45

Tints of Congo Brown #604A45

Color information

#604A45 (or 0x604A45) is unknown color: approx Congo Brown. HEX triplet: 60, 4A and 45. RGB value is (96,74,69). Sum of RGB (Red+Green+Blue) = 96+74+69=239 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.17% from 239); Green value is 74 (29.30% from 255 or 30.96% from 239); Blue value is 69 (27.34% from 255 or 28.87% from 239); Max value from RGB is 96 - color contains mainly: red. Hex color #604A45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604A45 is #9FB5BA. Grayscale: #505050. Windows color (decimal): -10466747 or 4541024. OLE color: 4541024.

HSL color Cylindrical-coordinate representation of color #604A45: hue angle of 11.11º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #604A45 is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.62.

Color convert

RGB967469-
CMYK00.230.280.62
HSL11.11º16.36%32.35%-
HSV(B)11.11º28.12%37.65%-
XYZ8.357.816.7-
YUV80.01121.79139.41-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40.17%
GREEN value IS 74 (29.30% from 255) = 30.96%
BLUE value IS 69 (27.34% from 255) = 28.87%
R=40.17%
G=30.96%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96746900.230.280.6211.1116.3632.35
Hex604A450171C3Eb1020
Octal1401121050273476132040
Binary11000001001010100010101011111100111110101110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604A45; }

 p { color: rgb(96,74,69); }

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

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

 a { background-color: rgb(96,74,69); }

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

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

 span { border-color: rgb(96,74,69); }

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