#604F4A

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

Shades of Congo Brown #604F4A

Tints of Congo Brown #604F4A

Color information

#604F4A (or 0x604F4A) is unknown color: approx Congo Brown. HEX triplet: 60, 4F and 4A. RGB value is (96,79,74). Sum of RGB (Red+Green+Blue) = 96+79+74=249 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.55% from 249); Green value is 79 (31.25% from 255 or 31.73% from 249); Blue value is 74 (29.30% from 255 or 29.72% from 249); Max value from RGB is 96 - color contains mainly: red. Hex color #604F4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #604F4A is #9FB0B5. Grayscale: #535353. Windows color (decimal): -10465462 or 4869984. OLE color: 4869984.

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

Color convert

RGB967974-
CMYK00.180.230.62
HSL13.64º12.94%33.33%-
HSV(B)13.64º22.92%37.65%-
XYZ8.868.577.67-
YUV83.51122.63136.91-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.55%
GREEN value IS 79 (31.25% from 255) = 31.73%
BLUE value IS 74 (29.30% from 255) = 29.72%
R=38.55%
G=31.73%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96797400.180.230.6213.6412.9433.33
Hex604F4A012173Eed21
Octal1401171120222776161541
Binary1100000100111110010100100101011111111011101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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