#604935

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

Shades of Jambalaya #604935

Tints of Jambalaya #604935

Color information

#604935 (or 0x604935) is unknown color: approx Jambalaya. HEX triplet: 60, 49 and 35. RGB value is (96,73,53). Sum of RGB (Red+Green+Blue) = 96+73+53=222 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.24% from 222); Green value is 73 (28.91% from 255 or 32.88% from 222); Blue value is 53 (21.09% from 255 or 23.87% from 222); Max value from RGB is 96 - color contains mainly: red. Hex color #604935 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604935 is #9FB6CA. Grayscale: #4D4D4D. Windows color (decimal): -10467019 or 3492192. OLE color: 3492192.

HSL color Cylindrical-coordinate representation of color #604935: hue angle of 27.91º 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 #604935 is Cyan = 0, Magento = 0.24, Yellow = 0.45 and Black (K on CMYK) = 0.62.

Color convert

RGB967353-
CMYK00.240.450.62
HSL27.91º28.86%29.22%-
HSV(B)27.91º44.79%37.65%-
XYZ7.857.514.4-
YUV77.6114.12141.13-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 43.24%
GREEN value IS 73 (28.91% from 255) = 32.88%
BLUE value IS 53 (21.09% from 255) = 23.87%
R=43.24%
G=32.88%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.45
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96735300.240.450.6227.9128.8629.22
Hex6049350182D3E1c1d1d
Octal140111650305576343535
Binary11000001001001110101011000101101111110111001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604935; }

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

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

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

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

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

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

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

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