#604F4D

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

Shades of Congo Brown #604F4D

Tints of Congo Brown #604F4D

Color information

#604F4D (or 0x604F4D) is unknown color: approx Congo Brown. HEX triplet: 60, 4F and 4D. RGB value is (96,79,77). Sum of RGB (Red+Green+Blue) = 96+79+77=252 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.10% from 252); Green value is 79 (31.25% from 255 or 31.35% from 252); Blue value is 77 (30.47% from 255 or 30.56% from 252); Max value from RGB is 96 - color contains mainly: red. Hex color #604F4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #604F4D is #9FB0B2. Grayscale: #535353. Windows color (decimal): -10465459 or 5066592. OLE color: 5066592.

HSL color Cylindrical-coordinate representation of color #604F4D: hue angle of 6.32º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #604F4D is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB967977-
CMYK00.180.200.62
HSL6.32º10.98%33.92%-
HSV(B)6.32º19.79%37.65%-
XYZ8.968.618.21-
YUV83.86124.13136.66-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.10%
GREEN value IS 79 (31.25% from 255) = 31.35%
BLUE value IS 77 (30.47% from 255) = 30.56%
R=38.10%
G=31.35%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96797700.180.200.626.3210.9833.92
Hex604F4D012143E6b22
Octal140117115022247661342
Binary110000010011111001101010010101001111101101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,79,77); }

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

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

 a { background-color: rgb(96,79,77); }

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

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

 span { border-color: rgb(96,79,77); }

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