#603A3B

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

Shades of Jazz #603A3B

Tints of Jazz #603A3B

Color information

#603A3B (or 0x603A3B) is unknown color: approx Jazz. HEX triplet: 60, 3A and 3B. RGB value is (96,58,59). Sum of RGB (Red+Green+Blue) = 96+58+59=213 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.07% from 213); Green value is 58 (23.05% from 255 or 27.23% from 213); Blue value is 59 (23.44% from 255 or 27.70% from 213); Max value from RGB is 96 - color contains mainly: red. Hex color #603A3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603A3B is #9FC5C4. Grayscale: #454545. Windows color (decimal): -10470853 or 3881568. OLE color: 3881568.

HSL color Cylindrical-coordinate representation of color #603A3B: hue angle of 358.42º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #603A3B is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.62.

Color convert

RGB965859-
CMYK00.400.390.62
HSL358.42º24.68%30.2%-
HSV(B)358.42º39.58%37.65%-
XYZ7.135.834.89-
YUV69.48122.09146.92-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.07%
GREEN value IS 58 (23.05% from 255) = 27.23%
BLUE value IS 59 (23.44% from 255) = 27.70%
R=45.07%
G=27.23%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.39
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96585900.400.390.62358.4224.6830.2
Hex603A3B028273E166191e
Octal140727305047765463136
Binary110000011101011101101010001001111111101011001101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603A3B; }

 p { color: rgb(96,58,59); }

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

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

 a { background-color: rgb(96,58,59); }

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

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

 span { border-color: rgb(96,58,59); }

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