Html Css Color HEX #603436 Jazz

📋 copy color: '#603436'

red 96 ◦ green 52 ◦ blue 54

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

Shades of Jazz #603436

Tints of Jazz #603436

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.74%

 BLUE value IS 54 (21.48% from 255) = 26.73%

R = 47.52%
G = 25.74%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.44

 K value IS 0.62

RGB Variations

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

Color information

#603436 (or 0x603436) is known color: Jazz. HEX triplet: 60, 34 and 36. RGB value is (96,52,54). Sum of RGB (Red+Green+Blue) = 96+52+54=202 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.52% from 202); Green value is 52 (20.70% from 255 or 25.74% from 202); Blue value is 54 (21.48% from 255 or 26.73% from 202); Max value from RGB is 96 - color contains mainly: red. Hex color #603436 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603436 is #9FCBC9. Grayscale: #414141. Windows color (decimal): -10472394 or 3552352. OLE color: 3552352.

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

Color convert

RGB 96 52 54 -
CMYK 0 0.46 0.44 0.62
HSL 357.27º 0.3% 0.29% -
HSV(B) 357.27º 0.46% 0.38% -
XYZ 6.72 5.21 4.14 -
YUV 65.38 121.58 149.84 -
System Red Green Blue C M Y K H S L
Decimal 96 52 54 0 0.46 0.44 0.62 357.27 0.3 0.29
Hex 60 34 36 0 2E 2C 3E 165 1E 1D
Octal 140 64 66 0 56 54 76 545 36 35
Binary 1100000 110100 110110 0 101110 101100 111110 101100101 11110 11101

Color Harmonies of #603436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603436

Black with #603436

Text Example


Text Example

White with #603436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603436; }

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

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

background-color css

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

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

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

border-color css

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

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

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