Html Css Color HEX #603032 Jazz

📋 copy color: '#603032'

red 96 ◦ green 48 ◦ blue 50

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

Shades of Jazz #603032

Tints of Jazz #603032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 25.77%

R = 49.48%
G = 24.74%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#603032 (or 0x603032) is known color: Jazz. HEX triplet: 60, 30 and 32. RGB value is (96,48,50). Sum of RGB (Red+Green+Blue) = 96+48+50=194 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.48% from 194); Green value is 48 (19.14% from 255 or 24.74% from 194); Blue value is 50 (19.92% from 255 or 25.77% from 194); Max value from RGB is 96 - color contains mainly: red. Hex color #603032 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603032 is #9FCFCD. Grayscale: #3E3E3E. Windows color (decimal): -10473422 or 3289184. OLE color: 3289184.

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

Color convert

RGB 96 48 50 -
CMYK 0 0.50 0.48 0.62
HSL 357.5º 0.33% 0.28% -
HSV(B) 357.5º 0.5% 0.38% -
XYZ 6.46 4.83 3.61 -
YUV 62.58 120.9 151.84 -
System Red Green Blue C M Y K H S L
Decimal 96 48 50 0 0.50 0.48 0.62 357.5 0.33 0.28
Hex 60 30 32 0 32 30 3E 166 21 1C
Octal 140 60 62 0 62 60 76 546 41 34
Binary 1100000 110000 110010 0 110010 110000 111110 101100110 100001 11100

Color Harmonies of #603032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603032

Black with #603032

Text Example


Text Example

White with #603032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603032; }

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

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

background-color css

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

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

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

border-color css

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

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

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