#603334

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

Shades of Jazz #603334

Tints of Jazz #603334

Color information

#603334 (or 0x603334) is unknown color: approx Jazz. HEX triplet: 60, 33 and 34. RGB value is (96,51,52). Sum of RGB (Red+Green+Blue) = 96+51+52=199 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.24% from 199); Green value is 51 (20.31% from 255 or 25.63% from 199); Blue value is 52 (20.70% from 255 or 26.13% from 199); Max value from RGB is 96 - color contains mainly: red. Hex color #603334 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603334 is #9FCCCB. Grayscale: #404040. Windows color (decimal): -10472652 or 3421024. OLE color: 3421024.

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

Color convert

RGB965152-
CMYK00.470.460.62
HSL358.67º30.61%28.82%-
HSV(B)358.67º46.88%37.65%-
XYZ6.635.13.88-
YUV64.57120.91150.42-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.24%
GREEN value IS 51 (20.31% from 255) = 25.63%
BLUE value IS 52 (20.70% from 255) = 26.13%
R=48.24%
G=25.63%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.46
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96515200.470.460.62358.6730.6128.82
Hex60333402F2E3E1671f1d
Octal140636405756765473735
Binary110000011001111010001011111011101111101011001111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603334; }

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

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

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

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

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

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

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

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