#603438

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

Shades of Jazz #603438

Tints of Jazz #603438

Color information

#603438 (or 0x603438) is unknown color: approx Jazz. HEX triplet: 60, 34 and 38. RGB value is (96,52,56). Sum of RGB (Red+Green+Blue) = 96+52+56=204 (27% of max value = 765). Red value is 96 (37.89% from 255 or 47.06% from 204); Green value is 52 (20.70% from 255 or 25.49% from 204); Blue value is 56 (22.27% from 255 or 27.45% from 204); Max value from RGB is 96 - color contains mainly: red. Hex color #603438 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603438 is #9FCBC7. Grayscale: #414141. Windows color (decimal): -10472392 or 3683424. OLE color: 3683424.

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

Color convert

RGB965256-
CMYK00.460.420.62
HSL354.55º29.73%29.02%-
HSV(B)354.55º45.83%37.65%-
XYZ6.775.234.39-
YUV65.61122.58149.67-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 47.06%
GREEN value IS 52 (20.70% from 255) = 25.49%
BLUE value IS 56 (22.27% from 255) = 27.45%
R=47.06%
G=25.49%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.42
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96525600.460.420.62354.5529.7329.02
Hex60343802E2A3E1631e1d
Octal140647005652765433635
Binary110000011010011100001011101010101111101011000111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603438; }

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

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

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

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

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

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

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

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