#603338

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

Shades of Jazz #603338

Tints of Jazz #603338

Color information

#603338 (or 0x603338) is unknown color: approx Jazz. HEX triplet: 60, 33 and 38. RGB value is (96,51,56). Sum of RGB (Red+Green+Blue) = 96+51+56=203 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.29% from 203); Green value is 51 (20.31% from 255 or 25.12% from 203); Blue value is 56 (22.27% from 255 or 27.59% from 203); Max value from RGB is 96 - color contains mainly: red. Hex color #603338 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603338 is #9FCCC7. Grayscale: #414141. Windows color (decimal): -10472648 or 3683168. OLE color: 3683168.

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

Color convert

RGB965156-
CMYK00.470.420.62
HSL353.33º30.61%28.82%-
HSV(B)353.33º46.88%37.65%-
XYZ6.725.144.38-
YUV65.03122.91150.09-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 47.29%
GREEN value IS 51 (20.31% from 255) = 25.12%
BLUE value IS 56 (22.27% from 255) = 27.59%
R=47.29%
G=25.12%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.42
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96515600.470.420.62353.3330.6128.82
Hex60333802F2A3E1611f1d
Octal140637005752765413735
Binary110000011001111100001011111010101111101011000011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603338; }

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

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

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

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

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

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

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

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