#613638

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

Shades of Jazz #613638

Tints of Jazz #613638

Color information

#613638 (or 0x613638) is unknown color: approx Jazz. HEX triplet: 61, 36 and 38. RGB value is (97,54,56). Sum of RGB (Red+Green+Blue) = 97+54+56=207 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.86% from 207); Green value is 54 (21.48% from 255 or 26.09% from 207); Blue value is 56 (22.27% from 255 or 27.05% from 207); Max value from RGB is 97 - color contains mainly: red. Hex color #613638 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613638 is #9EC9C7. Grayscale: #434343. Windows color (decimal): -10406344 or 3683937. OLE color: 3683937.

HSL color Cylindrical-coordinate representation of color #613638: hue angle of 357.21º 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 #613638 is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.62.

Color convert

RGB975456-
CMYK00.440.420.62
HSL357.21º28.48%29.61%-
HSV(B)357.21º44.33%38.04%-
XYZ6.965.474.43-
YUV67.08121.75149.34-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 46.86%
GREEN value IS 54 (21.48% from 255) = 26.09%
BLUE value IS 56 (22.27% from 255) = 27.05%
R=46.86%
G=26.09%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97545600.440.420.62357.2128.4829.61
Hex61363802C2A3E1651c1e
Octal141667005452765453436
Binary110000111011011100001011001010101111101011001011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613638; }

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

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

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

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

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

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

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

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