#604642

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

Shades of Congo Brown #604642

Tints of Congo Brown #604642

Color information

#604642 (or 0x604642) is unknown color: approx Congo Brown. HEX triplet: 60, 46 and 42. RGB value is (96,70,66). Sum of RGB (Red+Green+Blue) = 96+70+66=232 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.38% from 232); Green value is 70 (27.73% from 255 or 30.17% from 232); Blue value is 66 (26.17% from 255 or 28.45% from 232); Max value from RGB is 96 - color contains mainly: red. Hex color #604642 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604642 is #9FB9BD. Grayscale: #4D4D4D. Windows color (decimal): -10467774 or 4343392. OLE color: 4343392.

HSL color Cylindrical-coordinate representation of color #604642: hue angle of 8º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #604642 is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.62.

Color convert

RGB967066-
CMYK00.270.310.62
HSL18.52%31.76%-
HSV(B)31.25%37.65%-
XYZ87.266.13-
YUV77.32121.61141.33-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.38%
GREEN value IS 70 (27.73% from 255) = 30.17%
BLUE value IS 66 (26.17% from 255) = 28.45%
R=41.38%
G=30.17%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96706600.270.310.62818.5231.76
Hex60464201B1F3E81320
Octal1401061020333776102340
Binary11000001000110100001001101111111111110100010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604642; }

 p { color: rgb(96,70,66); }

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

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

 a { background-color: rgb(96,70,66); }

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

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

 span { border-color: rgb(96,70,66); }

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