#61363A

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

Shades of Jazz #61363A

Tints of Jazz #61363A

Color information

#61363A (or 0x61363A) is unknown color: approx Jazz. HEX triplet: 61, 36 and 3A. RGB value is (97,54,58). Sum of RGB (Red+Green+Blue) = 97+54+58=209 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.41% from 209); Green value is 54 (21.48% from 255 or 25.84% from 209); Blue value is 58 (23.05% from 255 or 27.75% from 209); Max value from RGB is 97 - color contains mainly: red. Hex color #61363A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61363A is #9EC9C5. Grayscale: #434343. Windows color (decimal): -10406342 or 3815009. OLE color: 3815009.

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

Color convert

RGB975458-
CMYK00.440.400.62
HSL354.42º28.48%29.61%-
HSV(B)354.42º44.33%38.04%-
XYZ7.015.494.69-
YUV67.31122.75149.17-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 46.41%
GREEN value IS 54 (21.48% from 255) = 25.84%
BLUE value IS 58 (23.05% from 255) = 27.75%
R=46.41%
G=25.84%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97545800.440.400.62354.4228.4829.61
Hex61363A02C283E1621c1e
Octal141667205450765423436
Binary110000111011011101001011001010001111101011000101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61363A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,54,58); }

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

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

 a { background-color: rgb(97,54,58); }

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

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

 span { border-color: rgb(97,54,58); }

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