#623134

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

Shades of Jazz #623134

Tints of Jazz #623134

Color information

#623134 (or 0x623134) is unknown color: approx Jazz. HEX triplet: 62, 31 and 34. RGB value is (98,49,52). Sum of RGB (Red+Green+Blue) = 98+49+52=199 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.25% from 199); Green value is 49 (19.53% from 255 or 24.62% from 199); Blue value is 52 (20.70% from 255 or 26.13% from 199); Max value from RGB is 98 - color contains mainly: red. Hex color #623134 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #623134 is #9DCECB. Grayscale: #404040. Windows color (decimal): -10342092 or 3420514. OLE color: 3420514.

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

Color convert

RGB984952-
CMYK00.50.470.62
HSL356.33º33.33%28.82%-
HSV(B)356.33º50%38.43%-
XYZ6.765.043.87-
YUV63.99121.23152.26-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 49.25%
GREEN value IS 49 (19.53% from 255) = 24.62%
BLUE value IS 52 (20.70% from 255) = 26.13%
R=49.25%
G=24.62%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98495200.50.470.62356.3333.3328.82
Hex6231340322F3E164211d
Octal142616406257765444135
Binary1100010110001110100011001010111111111010110010010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #623134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #623134; }

 p { color: rgb(98,49,52); }

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

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

 a { background-color: rgb(98,49,52); }

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

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

 span { border-color: rgb(98,49,52); }

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