#643335

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

Shades of Jazz #643335

Tints of Jazz #643335

Color information

#643335 (or 0x643335) is unknown color: approx Jazz. HEX triplet: 64, 33 and 35. RGB value is (100,51,53). Sum of RGB (Red+Green+Blue) = 100+51+53=204 (27% of max value = 765). Red value is 100 (39.45% from 255 or 49.02% from 204); Green value is 51 (20.31% from 255 or 25% from 204); Blue value is 53 (21.09% from 255 or 25.98% from 204); Max value from RGB is 100 - color contains mainly: red. Hex color #643335 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643335 is #9BCCCA. Grayscale: #414141. Windows color (decimal): -10210507 or 3486564. OLE color: 3486564.

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

Color convert

RGB1005153-
CMYK00.490.470.61
HSL357.55º32.45%29.61%-
HSV(B)357.55º49%39.22%-
XYZ7.085.334.02-
YUV65.88120.73152.34-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 49.02%
GREEN value IS 51 (20.31% from 255) = 25%
BLUE value IS 53 (21.09% from 255) = 25.98%
R=49.02%
G=25%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.47
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100515300.490.470.61357.5532.4529.61
Hex6433350312F3D166201e
Octal144636506157755464036
Binary1100100110011110101011000110111111110110110011010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643335; }

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

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

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

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

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

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

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

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