#643337

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

Shades of Jazz #643337

Tints of Jazz #643337

Color information

#643337 (or 0x643337) is unknown color: approx Jazz. HEX triplet: 64, 33 and 37. RGB value is (100,51,55). Sum of RGB (Red+Green+Blue) = 100+51+55=206 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.54% from 206); Green value is 51 (20.31% from 255 or 24.76% from 206); Blue value is 55 (21.88% from 255 or 26.70% from 206); Max value from RGB is 100 - color contains mainly: red. Hex color #643337 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643337 is #9BCCC8. Grayscale: #424242. Windows color (decimal): -10210505 or 3617636. OLE color: 3617636.

HSL color Cylindrical-coordinate representation of color #643337: hue angle of 355.1º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #643337 is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.61.

Color convert

RGB1005155-
CMYK00.490.450.61
HSL355.1º32.45%29.61%-
HSV(B)355.1º49%39.22%-
XYZ7.135.354.27-
YUV66.11121.73152.17-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 48.54%
GREEN value IS 51 (20.31% from 255) = 24.76%
BLUE value IS 55 (21.88% from 255) = 26.70%
R=48.54%
G=24.76%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.45
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100515500.490.450.61355.132.4529.61
Hex6433370312D3D163201e
Octal144636706155755434036
Binary1100100110011110111011000110110111110110110001110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643337; }

 p { color: rgb(100,51,55); }

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

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

 a { background-color: rgb(100,51,55); }

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

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

 span { border-color: rgb(100,51,55); }

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