#603035

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

Shades of Jazz #603035

Tints of Jazz #603035

Color information

#603035 (or 0x603035) is unknown color: approx Jazz. HEX triplet: 60, 30 and 35. RGB value is (96,48,53). Sum of RGB (Red+Green+Blue) = 96+48+53=197 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.73% from 197); Green value is 48 (19.14% from 255 or 24.37% from 197); Blue value is 53 (21.09% from 255 or 26.90% from 197); Max value from RGB is 96 - color contains mainly: red. Hex color #603035 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603035 is #9FCFCA. Grayscale: #3E3E3E. Windows color (decimal): -10473419 or 3485792. OLE color: 3485792.

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

Color convert

RGB964853-
CMYK00.500.450.62
HSL353.75º33.33%28.24%-
HSV(B)353.75º50%37.65%-
XYZ6.524.863.96-
YUV62.92122.4151.59-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.73%
GREEN value IS 48 (19.14% from 255) = 24.37%
BLUE value IS 53 (21.09% from 255) = 26.90%
R=48.73%
G=24.37%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.45
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96485300.500.450.62353.7533.3328.24
Hex6030350322D3E162211c
Octal140606506255765424134
Binary1100000110000110101011001010110111111010110001010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603035; }

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

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

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

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

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

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

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

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