#622C34

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

Shades of Jazz #622C34

Tints of Jazz #622C34

Color information

#622C34 (or 0x622C34) is unknown color: approx Jazz. HEX triplet: 62, 2C and 34. RGB value is (98,44,52). Sum of RGB (Red+Green+Blue) = 98+44+52=194 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.52% from 194); Green value is 44 (17.58% from 255 or 22.68% from 194); Blue value is 52 (20.70% from 255 or 26.80% from 194); Max value from RGB is 98 - color contains mainly: red. Hex color #622C34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622C34 is #9DD3CB. Grayscale: #3D3D3D. Windows color (decimal): -10343372 or 3419234. OLE color: 3419234.

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

Color convert

RGB984452-
CMYK00.550.470.62
HSL351.11º38.03%27.84%-
HSV(B)351.11º55.1%38.43%-
XYZ6.564.653.8-
YUV61.06122.89154.35-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 50.52%
GREEN value IS 44 (17.58% from 255) = 22.68%
BLUE value IS 52 (20.70% from 255) = 26.80%
R=50.52%
G=22.68%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98445200.550.470.62351.1138.0327.84
Hex622C340372F3E15f261c
Octal142546406757765374634
Binary1100010101100110100011011110111111111010101111110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622C34; }

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

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

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

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

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

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

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

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