#604735

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

Shades of Jambalaya #604735

Tints of Jambalaya #604735

Color information

#604735 (or 0x604735) is unknown color: approx Jambalaya. HEX triplet: 60, 47 and 35. RGB value is (96,71,53). Sum of RGB (Red+Green+Blue) = 96+71+53=220 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.64% from 220); Green value is 71 (28.12% from 255 or 32.27% from 220); Blue value is 53 (21.09% from 255 or 24.09% from 220); Max value from RGB is 96 - color contains mainly: red. Hex color #604735 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604735 is #9FB8CA. Grayscale: #4C4C4C. Windows color (decimal): -10467531 or 3491680. OLE color: 3491680.

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

Color convert

RGB967153-
CMYK00.260.450.62
HSL25.12º28.86%29.22%-
HSV(B)25.12º44.79%37.65%-
XYZ7.727.254.36-
YUV76.42114.78141.96-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 43.64%
GREEN value IS 71 (28.12% from 255) = 32.27%
BLUE value IS 53 (21.09% from 255) = 24.09%
R=43.64%
G=32.27%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.45
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96715300.260.450.6225.1228.8629.22
Hex60473501A2D3E191d1d
Octal140107650325576313535
Binary11000001000111110101011010101101111110110011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604735; }

 p { color: rgb(96,71,53); }

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

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

 a { background-color: rgb(96,71,53); }

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

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

 span { border-color: rgb(96,71,53); }

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