Html Css Color HEX #603537 Jazz

📋 copy color: '#603537'

red 96 ◦ green 53 ◦ blue 55

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

Shades of Jazz #603537

Tints of Jazz #603537

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.98%

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

R = 47.06%
G = 25.98%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.43

 K value IS 0.62

RGB Variations

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

Color information

#603537 (or 0x603537) is known color: Jazz. HEX triplet: 60, 35 and 37. RGB value is (96,53,55). Sum of RGB (Red+Green+Blue) = 96+53+55=204 (27% of max value = 765). Red value is 96 (37.89% from 255 or 47.06% from 204); Green value is 53 (21.09% from 255 or 25.98% from 204); Blue value is 55 (21.88% from 255 or 26.96% from 204); Max value from RGB is 96 - color contains mainly: red. Hex color #603537 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603537 is #9FCAC8. Grayscale: #424242. Windows color (decimal): -10472137 or 3618144. OLE color: 3618144.

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

Color convert

RGB 96 53 55 -
CMYK 0 0.45 0.43 0.62
HSL 357.21º 0.29% 0.29% -
HSV(B) 357.21º 0.45% 0.38% -
XYZ 6.79 5.31 4.28 -
YUV 66.09 121.75 149.34 -
System Red Green Blue C M Y K H S L
Decimal 96 53 55 0 0.45 0.43 0.62 357.21 0.29 0.29
Hex 60 35 37 0 2D 2B 3E 165 1D 1D
Octal 140 65 67 0 55 53 76 545 35 35
Binary 1100000 110101 110111 0 101101 101011 111110 101100101 11101 11101

Color Harmonies of #603537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603537

Black with #603537

Text Example


Text Example

White with #603537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603537; }

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

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

background-color css

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

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

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

border-color css

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

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

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