#613738

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

Shades of Jazz #613738

Tints of Jazz #613738

Color information

#613738 (or 0x613738) is unknown color: approx Jazz. HEX triplet: 61, 37 and 38. RGB value is (97,55,56). Sum of RGB (Red+Green+Blue) = 97+55+56=208 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.63% from 208); Green value is 55 (21.88% from 255 or 26.44% from 208); Blue value is 56 (22.27% from 255 or 26.92% from 208); Max value from RGB is 97 - color contains mainly: red. Hex color #613738 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613738 is #9EC8C7. Grayscale: #434343. Windows color (decimal): -10406088 or 3684193. OLE color: 3684193.

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

Color convert

RGB975556-
CMYK00.430.420.62
HSL358.57º27.63%29.8%-
HSV(B)358.57º43.3%38.04%-
XYZ7.015.564.44-
YUV67.67121.41148.92-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 46.63%
GREEN value IS 55 (21.88% from 255) = 26.44%
BLUE value IS 56 (22.27% from 255) = 26.92%
R=46.63%
G=26.44%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.42
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97555600.430.420.62358.5727.6329.8
Hex61373802B2A3E1671c1e
Octal141677005352765473436
Binary110000111011111100001010111010101111101011001111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613738; }

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

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

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

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

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

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

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

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