#604535

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

Shades of Jambalaya #604535

Tints of Jambalaya #604535

Color information

#604535 (or 0x604535) is unknown color: approx Jambalaya. HEX triplet: 60, 45 and 35. RGB value is (96,69,53). Sum of RGB (Red+Green+Blue) = 96+69+53=218 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.04% from 218); Green value is 69 (27.34% from 255 or 31.65% from 218); Blue value is 53 (21.09% from 255 or 24.31% from 218); Max value from RGB is 96 - color contains mainly: red. Hex color #604535 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604535 is #9FBACA. Grayscale: #4B4B4B. Windows color (decimal): -10468043 or 3491168. OLE color: 3491168.

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

Color convert

RGB966953-
CMYK00.280.450.62
HSL22.33º28.86%29.22%-
HSV(B)22.33º44.79%37.65%-
XYZ7.5974.32-
YUV75.25115.45142.8-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.04%
GREEN value IS 69 (27.34% from 255) = 31.65%
BLUE value IS 53 (21.09% from 255) = 24.31%
R=44.04%
G=31.65%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.45
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96695300.280.450.6222.3328.8629.22
Hex60453501C2D3E161d1d
Octal140105650345576263535
Binary11000001000101110101011100101101111110101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604535; }

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

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

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

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

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

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

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

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