#61383B

Color #61383B Jazz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazz #61383B

Tints of Jazz #61383B

Color information

#61383B (or 0x61383B) is unknown color: approx Jazz. HEX triplet: 61, 38 and 3B. RGB value is (97,56,59). Sum of RGB (Red+Green+Blue) = 97+56+59=212 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.75% from 212); Green value is 56 (22.27% from 255 or 26.42% from 212); Blue value is 59 (23.44% from 255 or 27.83% from 212); Max value from RGB is 97 - color contains mainly: red. Hex color #61383B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61383B is #9EC7C4. Grayscale: #444444. Windows color (decimal): -10405829 or 3881057. OLE color: 3881057.

HSL color Cylindrical-coordinate representation of color #61383B: hue angle of 355.61º degrees, saturation: 0.27, 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 #61383B is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.62.

Color convert

RGB975659-
CMYK00.420.390.62
HSL355.61º26.8%30%-
HSV(B)355.61º42.27%38.04%-
XYZ7.135.694.86-
YUV68.6122.58148.26-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.75%
GREEN value IS 56 (22.27% from 255) = 26.42%
BLUE value IS 59 (23.44% from 255) = 27.83%
R=45.75%
G=26.42%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.39
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97565900.420.390.62355.6126.830
Hex61383B02A273E1641b1e
Octal141707305247765443336
Binary110000111100011101101010101001111111101011001001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61383B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #61383B;
 }
 .AnyTagClassName
 {
   color: #61383B;
 }
</style>
background-color css

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

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

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

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

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

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