Html Css Color HEX #603034 Jazz

📋 copy color: '#603034'

red 96 ◦ green 48 ◦ blue 52

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

Shades of Jazz #603034

Tints of Jazz #603034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 26.53%

R = 48.98%
G = 24.49%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.46

 K value IS 0.62

RGB Variations

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

Color information

#603034 (or 0x603034) is known color: Jazz. HEX triplet: 60, 30 and 34. RGB value is (96,48,52). Sum of RGB (Red+Green+Blue) = 96+48+52=196 (25% of max value = 765). Red value is 96 (37.89% from 255 or 48.98% from 196); Green value is 48 (19.14% from 255 or 24.49% from 196); Blue value is 52 (20.70% from 255 or 26.53% from 196); Max value from RGB is 96 - color contains mainly: red. Hex color #603034 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603034 is #9FCFCB. Grayscale: #3E3E3E. Windows color (decimal): -10473420 or 3420256. OLE color: 3420256.

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

Color convert

RGB 96 48 52 -
CMYK 0 0.50 0.46 0.62
HSL 355º 0.33% 0.28% -
HSV(B) 355º 0.5% 0.38% -
XYZ 6.5 4.85 3.84 -
YUV 62.81 121.9 151.67 -
System Red Green Blue C M Y K H S L
Decimal 96 48 52 0 0.50 0.46 0.62 355 0.33 0.28
Hex 60 30 34 0 32 2E 3E 163 21 1C
Octal 140 60 64 0 62 56 76 543 41 34
Binary 1100000 110000 110100 0 110010 101110 111110 101100011 100001 11100

Color Harmonies of #603034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603034

Black with #603034

Text Example


Text Example

White with #603034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603034; }

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

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

background-color css

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

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

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

border-color css

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

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

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