#602D36

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

Shades of Jazz #602D36

Tints of Jazz #602D36

Color information

#602D36 (or 0x602D36) is unknown color: approx Jazz. HEX triplet: 60, 2D and 36. RGB value is (96,45,54). Sum of RGB (Red+Green+Blue) = 96+45+54=195 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.23% from 195); Green value is 45 (17.97% from 255 or 23.08% from 195); Blue value is 54 (21.48% from 255 or 27.69% from 195); Max value from RGB is 96 - color contains mainly: red. Hex color #602D36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602D36 is #9FD2C9. Grayscale: #3D3D3D. Windows color (decimal): -10474186 or 3550560. OLE color: 3550560.

HSL color Cylindrical-coordinate representation of color #602D36: hue angle of 349.41º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #602D36 is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.62.

Color convert

RGB964554-
CMYK00.530.440.62
HSL349.41º36.17%27.65%-
HSV(B)349.41º53.12%37.65%-
XYZ6.434.634.04-
YUV61.28123.9152.77-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 49.23%
GREEN value IS 45 (17.97% from 255) = 23.08%
BLUE value IS 54 (21.48% from 255) = 27.69%
R=49.23%
G=23.08%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.44
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96455400.530.440.62349.4136.1727.65
Hex602D360352C3E15d241c
Octal140556606554765354434
Binary1100000101101110110011010110110011111010101110110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602D36; }

 p { color: rgb(96,45,54); }

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

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

 a { background-color: rgb(96,45,54); }

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

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

 span { border-color: rgb(96,45,54); }

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