#604634

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

Shades of Jambalaya #604634

Tints of Jambalaya #604634

Color information

#604634 (or 0x604634) is unknown color: approx Jambalaya. HEX triplet: 60, 46 and 34. RGB value is (96,70,52). Sum of RGB (Red+Green+Blue) = 96+70+52=218 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.04% from 218); Green value is 70 (27.73% from 255 or 32.11% from 218); Blue value is 52 (20.70% from 255 or 23.85% from 218); Max value from RGB is 96 - color contains mainly: red. Hex color #604634 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604634 is #9FB9CB. Grayscale: #4B4B4B. Windows color (decimal): -10467788 or 3425888. OLE color: 3425888.

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

Color convert

RGB967052-
CMYK00.270.460.62
HSL24.55º29.73%29.02%-
HSV(B)24.55º45.83%37.65%-
XYZ7.637.124.22-
YUV75.72114.61142.46-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.04%
GREEN value IS 70 (27.73% from 255) = 32.11%
BLUE value IS 52 (20.70% from 255) = 23.85%
R=44.04%
G=32.11%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.46
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96705200.270.460.6224.5529.7329.02
Hex60463401B2E3E191e1d
Octal140106640335676313635
Binary11000001000110110100011011101110111110110011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604634; }

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

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

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

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

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

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

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

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