#613236

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

Shades of Jazz #613236

Tints of Jazz #613236

Color information

#613236 (or 0x613236) is unknown color: approx Jazz. HEX triplet: 61, 32 and 36. RGB value is (97,50,54). Sum of RGB (Red+Green+Blue) = 97+50+54=201 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.26% from 201); Green value is 50 (19.92% from 255 or 24.88% from 201); Blue value is 54 (21.48% from 255 or 26.87% from 201); Max value from RGB is 97 - color contains mainly: red. Hex color #613236 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613236 is #9ECDC9. Grayscale: #404040. Windows color (decimal): -10407370 or 3551841. OLE color: 3551841.

HSL color Cylindrical-coordinate representation of color #613236: hue angle of 354.89º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #613236 is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.62.

Color convert

RGB975054-
CMYK00.480.440.62
HSL354.89º31.97%28.82%-
HSV(B)354.89º48.45%38.04%-
XYZ6.745.094.12-
YUV64.51122.07151.17-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.26%
GREEN value IS 50 (19.92% from 255) = 24.88%
BLUE value IS 54 (21.48% from 255) = 26.87%
R=48.26%
G=24.88%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.44
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97505400.480.440.62354.8931.9728.82
Hex6132360302C3E163201d
Octal141626606054765434035
Binary1100001110010110110011000010110011111010110001110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613236; }

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

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

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

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

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

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

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

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