Html Css Color HEX #603136 Jazz

📋 copy color: '#603136'

red 96 ◦ green 49 ◦ blue 54

#603136
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazz #603136

Tints of Jazz #603136

RGB

 RED value IS 96 (37.89% from 255) = 48.24%

 GREEN value IS 49 (19.53% from 255) = 24.62%

 BLUE value IS 54 (21.48% from 255) = 27.14%

R = 48.24%
G = 24.62%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.44

 K value IS 0.62

RGB Variations

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

Color information

#603136 (or 0x603136) is known color: Jazz. HEX triplet: 60, 31 and 36. RGB value is (96,49,54). Sum of RGB (Red+Green+Blue) = 96+49+54=199 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.24% from 199); Green value is 49 (19.53% from 255 or 24.62% from 199); Blue value is 54 (21.48% from 255 or 27.14% from 199); Max value from RGB is 96 - color contains mainly: red. Hex color #603136 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603136 is #9FCEC9. Grayscale: #3F3F3F. Windows color (decimal): -10473162 or 3551584. OLE color: 3551584.

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

Color convert

RGB 96 49 54 -
CMYK 0 0.49 0.44 0.62
HSL 353.62º 0.32% 0.28% -
HSV(B) 353.62º 0.49% 0.38% -
XYZ 6.59 4.95 4.1 -
YUV 63.62 122.57 151.09 -
System Red Green Blue C M Y K H S L
Decimal 96 49 54 0 0.49 0.44 0.62 353.62 0.32 0.28
Hex 60 31 36 0 31 2C 3E 162 20 1C
Octal 140 61 66 0 61 54 76 542 40 34
Binary 1100000 110001 110110 0 110001 101100 111110 101100010 100000 11100

Color Harmonies of #603136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603136

Black with #603136

Text Example


Text Example

White with #603136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603136; }

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

 H1.HeaderClassName
 {
   color: #603136;
 }
 .AnyTagClassName
 {
   color: #603136;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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