#604B4A

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

Shades of Congo Brown #604B4A

Tints of Congo Brown #604B4A

Color information

#604B4A (or 0x604B4A) is unknown color: approx Congo Brown. HEX triplet: 60, 4B and 4A. RGB value is (96,75,74). Sum of RGB (Red+Green+Blue) = 96+75+74=245 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.18% from 245); Green value is 75 (29.69% from 255 or 30.61% from 245); Blue value is 74 (29.30% from 255 or 30.20% from 245); Max value from RGB is 96 - color contains mainly: red. Hex color #604B4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604B4A is #9FB4B5. Grayscale: #515151. Windows color (decimal): -10466486 or 4868960. OLE color: 4868960.

HSL color Cylindrical-coordinate representation of color #604B4A: hue angle of 2.73º 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 #604B4A is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB967574-
CMYK00.220.230.62
HSL2.73º12.94%33.33%-
HSV(B)2.73º22.92%37.65%-
XYZ8.588.017.57-
YUV81.16123.96138.58-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.18%
GREEN value IS 75 (29.69% from 255) = 30.61%
BLUE value IS 74 (29.30% from 255) = 30.20%
R=39.18%
G=30.61%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96757400.220.230.622.7312.9433.33
Hex604B4A016173E3d21
Octal140113112026277631541
Binary11000001001011100101001011010111111110111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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