Html Css Color HEX #60383B Jazz

📋 copy color: '#60383B'

red 96 ◦ green 56 ◦ blue 59

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

Shades of Jazz #60383B

Tints of Jazz #60383B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.54%

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

R = 45.5%
G = 26.54%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.39

 K value IS 0.62

RGB Variations

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

Color information

#60383B (or 0x60383B) is known color: Jazz. HEX triplet: 60, 38 and 3B. RGB value is (96,56,59). Sum of RGB (Red+Green+Blue) = 96+56+59=211 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.50% from 211); Green value is 56 (22.27% from 255 or 26.54% from 211); Blue value is 59 (23.44% from 255 or 27.96% from 211); Max value from RGB is 96 - color contains mainly: red. Hex color #60383B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60383B is #9FC7C4. Grayscale: #444444. Windows color (decimal): -10471365 or 3881056. OLE color: 3881056.

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

Color convert

RGB 96 56 59 -
CMYK 0 0.42 0.39 0.62
HSL 355.5º 0.26% 0.3% -
HSV(B) 355.5º 0.42% 0.38% -
XYZ 7.03 5.63 4.85 -
YUV 68.3 122.75 147.76 -
System Red Green Blue C M Y K H S L
Decimal 96 56 59 0 0.42 0.39 0.62 355.5 0.26 0.3
Hex 60 38 3B 0 2A 27 3E 164 1A 1E
Octal 140 70 73 0 52 47 76 544 32 36
Binary 1100000 111000 111011 0 101010 100111 111110 101100100 11010 11110

Color Harmonies of #60383B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60383B

Black with #60383B

Text Example


Text Example

White with #60383B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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