#643336

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

Shades of Jazz #643336

Tints of Jazz #643336

Color information

#643336 (or 0x643336) is unknown color: approx Jazz. HEX triplet: 64, 33 and 36. RGB value is (100,51,54). Sum of RGB (Red+Green+Blue) = 100+51+54=205 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.78% from 205); Green value is 51 (20.31% from 255 or 24.88% from 205); Blue value is 54 (21.48% from 255 or 26.34% from 205); Max value from RGB is 100 - color contains mainly: red. Hex color #643336 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643336 is #9BCCC9. Grayscale: #424242. Windows color (decimal): -10210506 or 3552100. OLE color: 3552100.

HSL color Cylindrical-coordinate representation of color #643336: hue angle of 356.33º 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 #643336 is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.61.

Color convert

RGB1005154-
CMYK00.490.460.61
HSL356.33º32.45%29.61%-
HSV(B)356.33º49%39.22%-
XYZ7.115.344.15-
YUV65.99121.23152.26-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 48.78%
GREEN value IS 51 (20.31% from 255) = 24.88%
BLUE value IS 54 (21.48% from 255) = 26.34%
R=48.78%
G=24.88%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.46
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100515400.490.460.61356.3332.4529.61
Hex6433360312E3D164201e
Octal144636606156755444036
Binary1100100110011110110011000110111011110110110010010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643336; }

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

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

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

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

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

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

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

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