Html Css Color HEX #603037 Jazz

📋 copy color: '#603037'

red 96 ◦ green 48 ◦ blue 55

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

Shades of Jazz #603037

Tints of Jazz #603037

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24.12%

 BLUE value IS 55 (21.88% from 255) = 27.64%

R = 48.24%
G = 24.12%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.43

 K value IS 0.62

RGB Variations

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

Color information

#603037 (or 0x603037) is known color: Jazz. HEX triplet: 60, 30 and 37. RGB value is (96,48,55). Sum of RGB (Red+Green+Blue) = 96+48+55=199 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.24% from 199); Green value is 48 (19.14% from 255 or 24.12% from 199); Blue value is 55 (21.88% from 255 or 27.64% from 199); Max value from RGB is 96 - color contains mainly: red. Hex color #603037 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603037 is #9FCFC8. Grayscale: #3F3F3F. Windows color (decimal): -10473417 or 3616864. OLE color: 3616864.

HSL color Cylindrical-coordinate representation of color #603037: hue angle of 351.25º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #603037 is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 48 55 -
CMYK 0 0.50 0.43 0.62
HSL 351.25º 0.33% 0.28% -
HSV(B) 351.25º 0.5% 0.38% -
XYZ 6.57 4.88 4.21 -
YUV 63.15 123.4 151.43 -
System Red Green Blue C M Y K H S L
Decimal 96 48 55 0 0.50 0.43 0.62 351.25 0.33 0.28
Hex 60 30 37 0 32 2B 3E 15F 21 1C
Octal 140 60 67 0 62 53 76 537 41 34
Binary 1100000 110000 110111 0 110010 101011 111110 101011111 100001 11100

Color Harmonies of #603037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603037

Black with #603037

Text Example


Text Example

White with #603037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603037; }

 p { color: rgb(96,48,55); }

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

background-color css

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

 a { background-color: rgb(96,48,55); }

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

border-color css

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

 span { border-color: rgb(96,48,55); }

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