Html Css Color HEX #603538 Jazz

📋 copy color: '#603538'

red 96 ◦ green 53 ◦ blue 56

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

Shades of Jazz #603538

Tints of Jazz #603538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 27.32%

R = 46.83%
G = 25.85%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.42

 K value IS 0.62

RGB Variations

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

Color information

#603538 (or 0x603538) is known color: Jazz. HEX triplet: 60, 35 and 38. RGB value is (96,53,56). Sum of RGB (Red+Green+Blue) = 96+53+56=205 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.83% from 205); Green value is 53 (21.09% from 255 or 25.85% from 205); Blue value is 56 (22.27% from 255 or 27.32% from 205); Max value from RGB is 96 - color contains mainly: red. Hex color #603538 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603538 is #9FCAC7. Grayscale: #424242. Windows color (decimal): -10472136 or 3683680. OLE color: 3683680.

HSL color Cylindrical-coordinate representation of color #603538: hue angle of 355.81º 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 #603538 is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 53 56 -
CMYK 0 0.45 0.42 0.62
HSL 355.81º 0.29% 0.29% -
HSV(B) 355.81º 0.45% 0.38% -
XYZ 6.81 5.32 4.41 -
YUV 66.2 122.25 149.26 -
System Red Green Blue C M Y K H S L
Decimal 96 53 56 0 0.45 0.42 0.62 355.81 0.29 0.29
Hex 60 35 38 0 2D 2A 3E 164 1D 1D
Octal 140 65 70 0 55 52 76 544 35 35
Binary 1100000 110101 111000 0 101101 101010 111110 101100100 11101 11101

Color Harmonies of #603538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603538

Black with #603538

Text Example


Text Example

White with #603538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603538; }

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

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

background-color css

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

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

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

border-color css

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

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

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