Html Css Color HEX #60333A Jazz

📋 copy color: '#60333A'

red 96 ◦ green 51 ◦ blue 58

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

Shades of Jazz #60333A

Tints of Jazz #60333A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.88%

 BLUE value IS 58 (23.05% from 255) = 28.29%

R = 46.83%
G = 24.88%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.40

 K value IS 0.62

RGB Variations

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

Color information

#60333A (or 0x60333A) is known color: Jazz. HEX triplet: 60, 33 and 3A. RGB value is (96,51,58). Sum of RGB (Red+Green+Blue) = 96+51+58=205 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.83% from 205); Green value is 51 (20.31% from 255 or 24.88% from 205); Blue value is 58 (23.05% from 255 or 28.29% from 205); Max value from RGB is 96 - color contains mainly: red. Hex color #60333A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60333A is #9FCCC5. Grayscale: #414141. Windows color (decimal): -10472646 or 3814240. OLE color: 3814240.

HSL color Cylindrical-coordinate representation of color #60333A: hue angle of 350.67º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #60333A is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 51 58 -
CMYK 0 0.47 0.40 0.62
HSL 350.67º 0.31% 0.29% -
HSV(B) 350.67º 0.47% 0.38% -
XYZ 6.77 5.16 4.64 -
YUV 65.25 123.91 149.93 -
System Red Green Blue C M Y K H S L
Decimal 96 51 58 0 0.47 0.40 0.62 350.67 0.31 0.29
Hex 60 33 3A 0 2F 28 3E 15F 1F 1D
Octal 140 63 72 0 57 50 76 537 37 35
Binary 1100000 110011 111010 0 101111 101000 111110 101011111 11111 11101

Color Harmonies of #60333A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60333A

Black with #60333A

Text Example


Text Example

White with #60333A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60333A; }

 p { color: rgb(96,51,58); }

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

background-color css

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

 a { background-color: rgb(96,51,58); }

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

border-color css

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

 span { border-color: rgb(96,51,58); }

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