#622C32

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

Shades of Jazz #622C32

Tints of Jazz #622C32

Color information

#622C32 (or 0x622C32) is unknown color: approx Jazz. HEX triplet: 62, 2C and 32. RGB value is (98,44,50). Sum of RGB (Red+Green+Blue) = 98+44+50=192 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.04% from 192); Green value is 44 (17.58% from 255 or 22.92% from 192); Blue value is 50 (19.92% from 255 or 26.04% from 192); Max value from RGB is 98 - color contains mainly: red. Hex color #622C32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622C32 is #9DD3CD. Grayscale: #3C3C3C. Windows color (decimal): -10343374 or 3288162. OLE color: 3288162.

HSL color Cylindrical-coordinate representation of color #622C32: hue angle of 353.33º 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 #622C32 is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB984450-
CMYK00.550.490.62
HSL353.33º38.03%27.84%-
HSV(B)353.33º55.1%38.43%-
XYZ6.514.633.57-
YUV60.83121.89154.51-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 51.04%
GREEN value IS 44 (17.58% from 255) = 22.92%
BLUE value IS 50 (19.92% from 255) = 26.04%
R=51.04%
G=22.92%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98445000.550.490.62353.3338.0327.84
Hex622C32037313E161261c
Octal142546206761765414634
Binary1100010101100110010011011111000111111010110000110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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