Html Css Color HEX #60373B Jazz

📋 copy color: '#60373B'

red 96 ◦ green 55 ◦ blue 59

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

Shades of Jazz #60373B

Tints of Jazz #60373B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.19%

 BLUE value IS 59 (23.44% from 255) = 28.1%

R = 45.71%
G = 26.19%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.39

 K value IS 0.62

RGB Variations

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

Color information

#60373B (or 0x60373B) is known color: Jazz. HEX triplet: 60, 37 and 3B. RGB value is (96,55,59). Sum of RGB (Red+Green+Blue) = 96+55+59=210 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.71% from 210); Green value is 55 (21.88% from 255 or 26.19% from 210); Blue value is 59 (23.44% from 255 or 28.10% from 210); Max value from RGB is 96 - color contains mainly: red. Hex color #60373B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60373B is #9FC8C4. Grayscale: #434343. Windows color (decimal): -10471621 or 3880800. OLE color: 3880800.

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

Color convert

RGB 96 55 59 -
CMYK 0 0.43 0.39 0.62
HSL 354.15º 0.27% 0.3% -
HSV(B) 354.15º 0.43% 0.38% -
XYZ 6.98 5.53 4.84 -
YUV 67.72 123.08 148.17 -
System Red Green Blue C M Y K H S L
Decimal 96 55 59 0 0.43 0.39 0.62 354.15 0.27 0.3
Hex 60 37 3B 0 2B 27 3E 162 1B 1E
Octal 140 67 73 0 53 47 76 542 33 36
Binary 1100000 110111 111011 0 101011 100111 111110 101100010 11011 11110

Color Harmonies of #60373B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60373B

Black with #60373B

Text Example


Text Example

White with #60373B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60373B; }

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

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

background-color css

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

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

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

border-color css

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

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

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