Html Css Color HEX #603337 Jazz

📋 copy color: '#603337'

red 96 ◦ green 51 ◦ blue 55

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

Shades of Jazz #603337

Tints of Jazz #603337

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.25%

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

R = 47.52%
G = 25.25%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.43

 K value IS 0.62

RGB Variations

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

Color information

#603337 (or 0x603337) is known color: Jazz. HEX triplet: 60, 33 and 37. RGB value is (96,51,55). Sum of RGB (Red+Green+Blue) = 96+51+55=202 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.52% from 202); Green value is 51 (20.31% from 255 or 25.25% from 202); Blue value is 55 (21.88% from 255 or 27.23% from 202); Max value from RGB is 96 - color contains mainly: red. Hex color #603337 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603337 is #9FCCC8. Grayscale: #404040. Windows color (decimal): -10472649 or 3617632. OLE color: 3617632.

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

Color convert

RGB 96 51 55 -
CMYK 0 0.47 0.43 0.62
HSL 354.67º 0.31% 0.29% -
HSV(B) 354.67º 0.47% 0.38% -
XYZ 6.7 5.13 4.25 -
YUV 64.91 122.41 150.17 -
System Red Green Blue C M Y K H S L
Decimal 96 51 55 0 0.47 0.43 0.62 354.67 0.31 0.29
Hex 60 33 37 0 2F 2B 3E 163 1F 1D
Octal 140 63 67 0 57 53 76 543 37 35
Binary 1100000 110011 110111 0 101111 101011 111110 101100011 11111 11101

Color Harmonies of #603337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603337

Black with #603337

Text Example


Text Example

White with #603337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603337; }

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

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

background-color css

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

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

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

border-color css

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

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

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