Html Css Color HEX #60363B Jazz

📋 copy color: '#60363B'

red 96 ◦ green 54 ◦ blue 59

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

Shades of Jazz #60363B

Tints of Jazz #60363B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25.84%

 BLUE value IS 59 (23.44% from 255) = 28.23%

R = 45.93%
G = 25.84%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.39

 K value IS 0.62

RGB Variations

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

Color information

#60363B (or 0x60363B) is known color: Jazz. HEX triplet: 60, 36 and 3B. RGB value is (96,54,59). Sum of RGB (Red+Green+Blue) = 96+54+59=209 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.93% from 209); Green value is 54 (21.48% from 255 or 25.84% from 209); Blue value is 59 (23.44% from 255 or 28.23% from 209); Max value from RGB is 96 - color contains mainly: red. Hex color #60363B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60363B is #9FC9C4. Grayscale: #434343. Windows color (decimal): -10471877 or 3880544. OLE color: 3880544.

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

Color convert

RGB 96 54 59 -
CMYK 0 0.44 0.39 0.62
HSL 352.86º 0.28% 0.29% -
HSV(B) 352.86º 0.44% 0.38% -
XYZ 6.93 5.44 4.82 -
YUV 67.13 123.41 148.59 -
System Red Green Blue C M Y K H S L
Decimal 96 54 59 0 0.44 0.39 0.62 352.86 0.28 0.29
Hex 60 36 3B 0 2C 27 3E 161 1C 1D
Octal 140 66 73 0 54 47 76 541 34 35
Binary 1100000 110110 111011 0 101100 100111 111110 101100001 11100 11101

Color Harmonies of #60363B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60363B

Black with #60363B

Text Example


Text Example

White with #60363B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60363B; }

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

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

background-color css

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

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

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

border-color css

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

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

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