#603538

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

Shades of Jazz #603538

Tints of Jazz #603538

Color information

#603538 (or 0x603538) is unknown color: approx Jazz. HEX triplet: 60, 35 and 38. RGB value is (96,53,56). Sum of RGB (Red+Green+Blue) = 96+53+56=205 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.83% from 205); Green value is 53 (21.09% from 255 or 25.85% from 205); Blue value is 56 (22.27% from 255 or 27.32% from 205); Max value from RGB is 96 - color contains mainly: red. Hex color #603538 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603538 is #9FCAC7. Grayscale: #424242. Windows color (decimal): -10472136 or 3683680. OLE color: 3683680.

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

Color convert

RGB965356-
CMYK00.450.420.62
HSL355.81º28.86%29.22%-
HSV(B)355.81º44.79%37.65%-
XYZ6.815.324.41-
YUV66.2122.25149.26-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.83%
GREEN value IS 53 (21.09% from 255) = 25.85%
BLUE value IS 56 (22.27% from 255) = 27.32%
R=46.83%
G=25.85%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.42
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96535600.450.420.62355.8128.8629.22
Hex60353802D2A3E1641d1d
Octal140657005552765443535
Binary110000011010111100001011011010101111101011001001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603538; }

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

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

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

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

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

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

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

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