Html Css Color HEX #603235 Jazz

📋 copy color: '#603235'

red 96 ◦ green 50 ◦ blue 53

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

Shades of Jazz #603235

Tints of Jazz #603235

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.13%

 BLUE value IS 53 (21.09% from 255) = 26.63%

R = 48.24%
G = 25.13%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.45

 K value IS 0.62

RGB Variations

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

Color information

#603235 (or 0x603235) is known color: Jazz. HEX triplet: 60, 32 and 35. RGB value is (96,50,53). Sum of RGB (Red+Green+Blue) = 96+50+53=199 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.24% from 199); Green value is 50 (19.92% from 255 or 25.13% from 199); Blue value is 53 (21.09% from 255 or 26.63% from 199); Max value from RGB is 96 - color contains mainly: red. Hex color #603235 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603235 is #9FCDCA. Grayscale: #404040. Windows color (decimal): -10472907 or 3486304. OLE color: 3486304.

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

Color convert

RGB 96 50 53 -
CMYK 0 0.48 0.45 0.62
HSL 356.09º 0.32% 0.29% -
HSV(B) 356.09º 0.48% 0.38% -
XYZ 6.61 5.03 3.99 -
YUV 64.1 121.74 150.76 -
System Red Green Blue C M Y K H S L
Decimal 96 50 53 0 0.48 0.45 0.62 356.09 0.32 0.29
Hex 60 32 35 0 30 2D 3E 164 20 1D
Octal 140 62 65 0 60 55 76 544 40 35
Binary 1100000 110010 110101 0 110000 101101 111110 101100100 100000 11101

Color Harmonies of #603235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603235

Black with #603235

Text Example


Text Example

White with #603235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603235; }

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

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

background-color css

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

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

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

border-color css

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

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

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